AutoTransport Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Client.Transports
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Top
Top
Top
No content here will be updated; please do not add material here.
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
The AutoTransport type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AutoTransport(IHttpClient) | Initializes a new instance of the AutoTransport class. |
![]() | AutoTransport(IHttpClient, IList<IClientTransport>) | Initializes a new instance of the AutoTransport class. |
| Name | Description | |
|---|---|---|
![]() | Name | Gets the name of the AutoTransport. |
![]() | SupportsKeepAlive | Gets a value that indicates whether or not the active transport supports keep alive. |
| Name | Description | |
|---|---|---|
![]() | Abort | |
![]() | Dispose() | Releases all resources used by the current instance of the AutoTransport class. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the AutoTransport class and optionally releases the managed resources. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetNegotiateResponse | |
![]() | GetType | (Inherited from Object.) |
![]() | LostConnection | Loses the transport connection for the client services. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Negotiate | |
![]() | Send | |
![]() | Start | Starts the auto transport connection. |
![]() | ToString | (Inherited from Object.) |
Show:
