Microsoft.Bot.Connector.Streaming.Application Namespace

Classes

LegacyStreamingConnection

The StreamingConnection to be used by legacy bots.

NamedPipeClient

Named pipe client.

NamedPipeStreamingConnection

Default implementation of StreamingConnection for NamedPipe transport.

StreamingConnection

A streaming based connection that can listen for incoming requests and send them to a RequestHandler, and can also send requests to the other end of the connection.

StreamingTransportClient

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

WebSocketClient

Web socket client.

WebSocketStreamingConnection

Default implementation of StreamingConnection for WebSocket transport.