Jaa


ITransportReceiver Interface

Definition

Used to pull raw data from the wire, via a given transport.

public interface ITransportReceiver : IDisposable, Microsoft.Bot.Streaming.Transport.ITransport
type ITransportReceiver = interface
    interface ITransport
    interface IDisposable
Public Interface ITransportReceiver
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)
ReceiveAsync(Byte[], Int32, Int32)

Called to receive data from the wire transport.

Applies to