IStreamingTransportServer Interface
Definition
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.
Implemented by servers compatible with the Bot Framework Protocol 3 with Streaming Extensions.
public interface IStreamingTransportServer
type IStreamingTransportServer = interface
Public Interface IStreamingTransportServer
- Derived
Methods
SendAsync(StreamingRequest, CancellationToken) |
Task used to send data over this server connection. |
StartAsync() |
Used to establish the connection used by this server and begin listening for incoming messages. |
Events
Disconnected |
An event used to signal when the underlying connection has disconnected. |