ClientTransport SendRequest Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Sends a client request into remote endpoint. This is a blocking call for bindings that are OperationFlow.Synchronous and result arrives immediately into CallSlot.

Namespace: NFX.Glue
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public CallSlot SendRequest(
	ClientEndPoint endpoint,
	RequestMsg request,
	CallOptions options
)

Return Value

Type: CallSlot
See Also