HttpBasedTransport Class

.NET Framework 4.5

Represents an HTTP based client transport.

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

public ref class HttpBasedTransport abstract : IClientTransport, 
	IDisposable

The HttpBasedTransport type exposes the following members.

  NameDescription
Protected methodHttpBasedTransportInitializes a new instance of the HttpBasedTransport class.
Top

  NameDescription
Protected propertyAbortHandler
Protected propertyHttpClientGets the HTTP client for the transport.
Public propertyNameGets the transport name.
Public propertySupportsKeepAliveGets a value that indicates whether the client transport supports keep alive.
Top

  NameDescription
Public methodAbort
Public methodDispose()Releases the resources used by the current instance of the HttpBasedTransport class.
Protected methodDispose(Boolean)Releases the unmanaged resources used by the HttpBasedTransport class, and optionally releases the managed resources associated with this object.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetReceiveQueryStringAccepts the incoming query string.
Public methodGetType (Inherited from Object.)
Public methodLostConnectionLoses the connection of the client transport.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNegotiate
Protected methodOnStartRaises an event when the transport starts.
Public methodSend
Public methodStartStarts the transport instance.
Public methodToString (Inherited from Object.)
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: