AutoTransport Class

.NET Framework 4.5

No content here will be updated; please do not add material here.

System::Object
  Microsoft.AspNet.SignalR.Client.Transports::AutoTransport

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

public ref class AutoTransport : IClientTransport, 
	IDisposable

The AutoTransport type exposes the following members.

  NameDescription
Public methodAutoTransport(IHttpClient)Initializes a new instance of the AutoTransport class.
Public methodAutoTransport(IHttpClient, IList<IClientTransport>)Initializes a new instance of the AutoTransport class.
Top

  NameDescription
Public propertyNameGets the name of the AutoTransport.
Public propertySupportsKeepAliveGets a value that indicates whether or not the active transport supports keep alive.
Top

  NameDescription
Public methodAbort
Public methodDispose()Releases all resources used by the current instance of the AutoTransport class.
Protected methodDispose(Boolean)Releases the unmanaged resources used by the AutoTransport class and optionally releases the managed resources.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetNegotiateResponse
Public methodGetType (Inherited from Object.)
Public methodLostConnectionLoses the transport connection for the client services.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNegotiate
Public methodSend
Public methodStartStarts the auto transport connection.
Public methodToString (Inherited from Object.)
Top

No content here will be updated; please do not add material here.

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: