Microsoft.Bot.Streaming.PayloadTransport Namespace

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.