Microsoft.Bot.Streaming.PayloadTransport Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
PayloadReceiver |
PayloadReceivers subscribe to incoming streams and manage the consumption of raw data as it comes in. |
PayloadSender |
On Send: queues up sends and sends them along the transport. On Receive: receives a packet header and some bytes and dispatches it to the subscriber. |
TransportDisconnectedException |
Exception throw when the transport is disconnected. |
Interfaces
IPayloadReceiver |
PayloadReceivers subscribe to incoming streams and manage the consumption of raw data as it comes in. |
IPayloadSender |
Each PayloadSender manages writing raw data to an outgoing ITransportSender. |