ServerSentEventsTransport 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
Represents a HTTP based client transport used for server sent events.
System::Object
Microsoft.AspNet.SignalR.Client.Transports::HttpBasedTransport
Microsoft.AspNet.SignalR.Client.Transports::ServerSentEventsTransport
Microsoft.AspNet.SignalR.Client.Transports::HttpBasedTransport
Microsoft.AspNet.SignalR.Client.Transports::ServerSentEventsTransport
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
The ServerSentEventsTransport type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ServerSentEventsTransport() | Initializes a new instance of the ServerSentEventsTransport class. |
![]() | ServerSentEventsTransport(IHttpClient) | Initializes a new instance of the ServerSentEventsTransport class. |
| Name | Description | |
|---|---|---|
![]() | AbortHandler | (Inherited from HttpBasedTransport.) |
![]() | HttpClient | Gets the HTTP client for the transport. (Inherited from HttpBasedTransport.) |
![]() | Name | Gets the transport name. (Inherited from HttpBasedTransport.) |
![]() | ReconnectDelay | Specifies the amount of time that the server reconnects to the after a connection timeout. |
![]() | SupportsKeepAlive | Indicates whether or not the transport supports keep alive. (Overrides HttpBasedTransport::SupportsKeepAlive.) |
| Name | Description | |
|---|---|---|
![]() | Abort | (Inherited from HttpBasedTransport.) |
![]() | Dispose() | Releases the resources used by the current instance of the HttpBasedTransport class. (Inherited from HttpBasedTransport.) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the HttpBasedTransport class, and optionally releases the managed resources associated with this object. (Inherited from HttpBasedTransport.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetReceiveQueryString | Accepts the incoming query string. (Inherited from HttpBasedTransport.) |
![]() | GetType | (Inherited from Object.) |
![]() | LostConnection | Occurs when the server lost its connection. (Overrides HttpBasedTransport::LostConnection(IConnection).) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Negotiate | (Inherited from HttpBasedTransport.) |
![]() | OnStart | (Overrides HttpBasedTransport::OnStart(IConnection, String, CancellationToken, TransportInitializationHandler).) |
![]() | OpenConnection | |
![]() | Send | (Inherited from HttpBasedTransport.) |
![]() | Start | Starts the transport instance. (Inherited from HttpBasedTransport.) |
![]() | ToString | (Inherited from Object.) |
Show:
