AutoTransport Class
.NET Framework 4
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
'Usage
Dim instance As AutoTransport
public class AutoTransport : IClientTransport
public ref class AutoTransport : IClientTransport
type AutoTransport =
class
interface IClientTransport
end
public class AutoTransport implements IClientTransport
The AutoTransport type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AutoTransport |
Top
Properties
Name | Description | |
---|---|---|
Name |
Top
Methods
Name | Description | |
---|---|---|
Abort | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Negotiate | ||
Send | ||
Start | ||
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.