IStreamingTransportClient 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 clients compatible with the Bot Framework Protocol 3 with Streaming Extensions.
public interface IStreamingTransportClient : IDisposable
type IStreamingTransportClient = interface
interface IDisposable
Public Interface IStreamingTransportClient
Implements IDisposable
- Derived
- Implements
Properties
IsConnected |
Gets a value indicating whether this client is currently connected. |
Methods
ConnectAsync() |
The task used to establish a connection for this client. |
ConnectAsync(IDictionary<String,String>) |
Establish a connection passing along additional headers. |
Disconnect() |
Method used to disconnect this client. |
SendAsync(StreamingRequest, CancellationToken) |
Task used to send data over this client connection. |
Events
Disconnected |
An event used to signal when the underlying connection has disconnected. |