Jaa


ITransportSender Interface

Definition

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.

Applies to