IncomingPacketManager Methods |
The IncomingPacketManager type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Stops the message reader.
(Inherited from IncomingMessageManagerT.) | |
| Expect |
Sets up a handler for incoming requests.
(Inherited from IncomingMessageManagerT.) | |
| Start |
Start reading messages from the connection.
(Inherited from IncomingMessageManagerT.) | |
| Stop |
Stop reading messages from the connection.
(Inherited from IncomingMessageManagerT.) | |
| StopExpecting |
Removes a handler for incoming request.
(Inherited from IncomingMessageManagerT.) | |
| Transaction |
Sends a (pre-prepared) request and (optionally) waits for a response (synchronously or asynchronously).
(Inherited from IncomingMessageManagerT.) | |
| TransactionAsync |
Sends a (pre-prepared) request and (optionally) waits for a response (synchronously or asynchronously).
(Inherited from IncomingMessageManagerT.) |