ITransport Properties

.NET Framework 4.5

The ITransport type exposes the following members.

  NameDescription
Public property Connected Gets or sets a callback that is invoked when the initial connection connects to the transport.
Public property ConnectionId Gets or sets the connection ID for the transport.
Public property Disconnected Gets or sets a callback that is invoked when the transport disconnects.
Public property Received Gets or sets a callback that is invoked when the transport receives data.
Public property Reconnected Gets or sets a callback that is invoked when the transport reconnects.
Public property TransportConnected Gets or sets a callback that is invoked when the transport connects.
Top
Show: