Microsoft.Bot.Streaming.Transport Namespace

Classes

DisconnectedEventArgs

Arguments to be included when disconnection events are fired.

TransportConstants

A collection of constants useful when working with Headers.

Interfaces

IStreamingTransportClient

Implemented by clients compatible with the Bot Framework Protocol 3 with Streaming Extensions.

IStreamingTransportServer

Implemented by servers compatible with the Bot Framework Protocol 3 with Streaming Extensions.

ITransport

A transport format used when writing data to the wire.

ITransportReceiver

Used to pull raw data from the wire, via a given transport.

ITransportSender

Used to write raw data to the wire, via a given transport.

Delegates

DisconnectedEventHandler

Delegate used to setup actions to be taken when disconnection events are triggered.