AutoTransport Class
.NET Framework 4.5
No content here will be updated; please do not add material here.
Inheritance Hierarchy
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)
Syntax
'Declaration
Public Class AutoTransport _
Implements IClientTransport, IDisposable
'Usage
Dim instance As AutoTransport
public class AutoTransport : IClientTransport,
IDisposable
public ref class AutoTransport : IClientTransport,
IDisposable
type AutoTransport =
class
interface IClientTransport
interface IDisposable
end
public class AutoTransport implements IClientTransport, IDisposable
The AutoTransport type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AutoTransport(IHttpClient) | Initializes a new instance of the AutoTransport class. | |
AutoTransport(IHttpClient, IList<IClientTransport>) | Initializes a new instance of the AutoTransport class. |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets the name of the AutoTransport. | |
SupportsKeepAlive | Gets a value that indicates whether or not the active transport supports keep alive. |
Top
Methods
Name | Description | |
---|---|---|
Abort | ||
Dispose() | Releases all resources used by the current instance of the AutoTransport class. | |
Dispose(Boolean) | Releases the unmanaged resources used by the AutoTransport class and optionally releases the managed resources. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetNegotiateResponse | ||
GetType | (Inherited from Object.) | |
LostConnection | Loses the transport connection for the client services. | |
MemberwiseClone | (Inherited from Object.) | |
Negotiate | ||
Send | ||
Start | Starts the auto transport connection. | |
ToString | (Inherited from Object.) |
Top
Remarks
No content here will be updated; please do not add material here.
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.