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
Public method ServerSentEventsTransport()
Public method ServerSentEventsTransport(IHttpClient)

Top

Properties

  Name Description
Public property ConnectionTimeout Time allowed before failing the connect request.
Protected property HttpClient (Inherited from HttpBasedTransport.)
Public property Name (Inherited from HttpBasedTransport.)
Public property ReconnectDelay The time to wait after a connection drops to try reconnecting.

Top

Methods

  Name Description
Public method Abort (Inherited from HttpBasedTransport.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Protected method GetReceiveQueryString (Inherited from HttpBasedTransport.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Negotiate (Inherited from HttpBasedTransport.)
Protected method OnStart (Overrides HttpBasedTransport.OnStart(IConnection, String, CancellationToken, Action, Action<Exception>).)
Public method Send (Inherited from HttpBasedTransport.)
Public method Start (Inherited from HttpBasedTransport.)
Public method 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.

See Also

Reference

Microsoft.AspNet.SignalR.Client.Transports Namespace