ITransport Interface
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Represents a transport that communicates
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
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. |
| Name | Description | |
|---|---|---|
![]() | ProcessRequest | Processes the specified ITransportConnection for this transport. |
![]() | Send | Sends data over the transport. |
Show:
