ServerSentEventsTransport Class
.NET Framework 4
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.Client.Transports.HttpBasedTransport
Microsoft.AspNet.SignalR.Client.Transports.ServerSentEventsTransport
Namespace: Microsoft.AspNet.SignalR.Client.Transports
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Public Class ServerSentEventsTransport _
Inherits HttpBasedTransport
'Usage
Dim instance As ServerSentEventsTransport
public class ServerSentEventsTransport : HttpBasedTransport
public ref class ServerSentEventsTransport : public HttpBasedTransport
type ServerSentEventsTransport =
class
inherit HttpBasedTransport
end
public class ServerSentEventsTransport extends HttpBasedTransport
The ServerSentEventsTransport type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ServerSentEventsTransport() | ||
ServerSentEventsTransport(IHttpClient) |
Top
Properties
Name | Description | |
---|---|---|
ConnectionTimeout | Time allowed before failing the connect request. | |
HttpClient | (Inherited from HttpBasedTransport.) | |
Name | (Inherited from HttpBasedTransport.) | |
ReconnectDelay | The time to wait after a connection drops to try reconnecting. |
Top
Methods
Name | Description | |
---|---|---|
Abort | (Inherited from HttpBasedTransport.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetReceiveQueryString | (Inherited from HttpBasedTransport.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Negotiate | (Inherited from HttpBasedTransport.) | |
OnStart | (Overrides HttpBasedTransport.OnStart(IConnection, String, CancellationToken, Action, Action<Exception>).) | |
Send | (Inherited from HttpBasedTransport.) | |
Start | (Inherited from HttpBasedTransport.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.