Click or drag to resize

IncomingPacketManager Methods

The IncomingPacketManager type exposes the following members.

Methods
  NameDescription
Public methodDispose
Stops the message reader.
(Inherited from IncomingMessageManagerT.)
Public methodExpect
Sets up a handler for incoming requests.
(Inherited from IncomingMessageManagerT.)
Public methodStart
Start reading messages from the connection.
(Inherited from IncomingMessageManagerT.)
Public methodStop
Stop reading messages from the connection.
(Inherited from IncomingMessageManagerT.)
Public methodStopExpecting
Removes a handler for incoming request.
(Inherited from IncomingMessageManagerT.)
Public methodTransaction
Sends a (pre-prepared) request and (optionally) waits for a response (synchronously or asynchronously).
(Inherited from IncomingMessageManagerT.)
Public methodTransactionAsync
Sends a (pre-prepared) request and (optionally) waits for a response (synchronously or asynchronously).
(Inherited from IncomingMessageManagerT.)
Top
See Also