HttpBasedTransport Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Client.Transports
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Top
Top
Represents an HTTP based client transport.
System::Object
Microsoft.AspNet.SignalR.Client.Transports::HttpBasedTransport
Microsoft.AspNet.SignalR.Client.Transports::LongPollingTransport
Microsoft.AspNet.SignalR.Client.Transports::ServerSentEventsTransport
Microsoft.AspNet.SignalR.Client.Transports::HttpBasedTransport
Microsoft.AspNet.SignalR.Client.Transports::LongPollingTransport
Microsoft.AspNet.SignalR.Client.Transports::ServerSentEventsTransport
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
The HttpBasedTransport type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AbortHandler | |
![]() | HttpClient | Gets the HTTP client for the transport. |
![]() | Name | Gets the transport name. |
![]() | SupportsKeepAlive | Gets a value that indicates whether the client transport supports keep alive. |
| Name | Description | |
|---|---|---|
![]() | Abort | |
![]() | Dispose() | Releases the resources used by the current instance of the HttpBasedTransport class. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the HttpBasedTransport class, and optionally releases the managed resources associated with this object. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetReceiveQueryString | Accepts the incoming query string. |
![]() | GetType | (Inherited from Object.) |
![]() | LostConnection | Loses the connection of the client transport. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Negotiate | |
![]() | OnStart | Raises an event when the transport starts. |
![]() | Send | |
![]() | Start | Starts the transport instance. |
![]() | ToString | (Inherited from Object.) |
Show:
