ITransport Properties
.NET Framework 4.5
Top
The ITransport type exposes the following members.
| Name | Description | |
|---|---|---|
|
Connected | Gets or sets a callback that is invoked when the initial connection connects to the transport. |
|
ConnectionId | Gets or sets the connection ID for the transport. |
|
Disconnected | Gets or sets a callback that is invoked when the transport disconnects. |
|
Received | Gets or sets a callback that is invoked when the transport receives data. |
|
Reconnected | Gets or sets a callback that is invoked when the transport reconnects. |
|
TransportConnected | Gets or sets a callback that is invoked when the transport connects. |
Show: