IClientTransport Interface
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Client.Transports
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Top
Top
Represents base class for all SignalR client transports.
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
The IClientTransport type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Name | Gets the name of the IClientTransport. |
![]() | SupportsKeepAlive | Gets a value that indicates whether the client transport supports keep alive. |
| Name | Description | |
|---|---|---|
![]() | Abort | |
![]() | Dispose | (Inherited from IDisposable.) |
![]() | LostConnection | Loses the connection of the client transport. |
![]() | Negotiate | |
![]() | Send | |
![]() | Start | Starts the client transport connection. |
Show:
