Microsoft.Bot.Connector.Streaming.Application 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
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. |