Jaa


IStreamingTransportServer Interface

Definition

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.

Applies to