ITransportSender 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.
Used to write raw data to the wire, via a given transport.
public interface ITransportSender : IDisposable, Microsoft.Bot.Streaming.Transport.ITransport
type ITransportSender = interface
interface ITransport
interface IDisposable
Public Interface ITransportSender
Implements IDisposable, ITransport
- Derived
- Implements
Properties
IsConnected |
Gets a value indicating whether the transport is connected. (Inherited from ITransport) |
Methods
Close() |
Closes the transport. (Inherited from ITransport) |
SendAsync(Byte[], Int32, Int32) |
Called to send data to the wire transport. |