TransportInitializationHandler Class

.NET Framework 4.5

Represents the object that processes the transport initialization.

System::Object
  Microsoft.AspNet.SignalR.Client.Infrastructure::TransportInitializationHandler

Namespace:  Microsoft.AspNet.SignalR.Client.Infrastructure
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

public ref class TransportInitializationHandler

The TransportInitializationHandler type exposes the following members.

  NameDescription
Public methodTransportInitializationHandlerInitializes a new instance of the TransportInitializationHandlerclass.
Top

  NameDescription
Public propertyTaskGets or sets the task associated with the transport initialization.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodFail()
Public methodFail(Exception)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSuccessSpecifies when the transport initialization succeeded.
Public methodToString (Inherited from Object.)
Top

  NameDescription
Public eventOnFailureOccurs when the initialization of the transport failed.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: