Click or drag to resize

IncomingMessageManagerT Methods

The IncomingMessageManagerT generic type exposes the following members.

Methods
  NameDescription
Public methodDispose
Stops the message reader.
Public methodExpect
Sets up a handler for incoming requests.
Protected methodReadMessage
Reads the next message from the protocol stream. The message returned will be Dispose'd after it's handled.
Protected methodReadMessageAsync
Reads the next message from the protocol stream. The message returned will be Dispose'd after it's handled.
Public methodStart
Start reading messages from the connection.
Public methodStop
Stop reading messages from the connection.
Public methodStopExpecting
Removes a handler for incoming request.
Public methodTransaction
Sends a (pre-prepared) request and (optionally) waits for a response (synchronously or asynchronously).
Public methodTransactionAsync
Sends a (pre-prepared) request and (optionally) waits for a response (synchronously or asynchronously).
Top
See Also