HttpBasedTransport Class
.NET Framework 4
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.Client.Transports.HttpBasedTransport
Microsoft.AspNet.SignalR.Client.Transports.LongPollingTransport
Microsoft.AspNet.SignalR.Client.Transports.ServerSentEventsTransport
Namespace: Microsoft.AspNet.SignalR.Client.Transports
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Public MustInherit Class HttpBasedTransport _
Implements IClientTransport
'Usage
Dim instance As HttpBasedTransport
public abstract class HttpBasedTransport : IClientTransport
public ref class HttpBasedTransport abstract : IClientTransport
[<AbstractClassAttribute>]
type HttpBasedTransport =
class
interface IClientTransport
end
public abstract class HttpBasedTransport implements IClientTransport
The HttpBasedTransport type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
HttpBasedTransport |
Top
Properties
Name | Description | |
---|---|---|
![]() |
HttpClient | |
![]() |
Name |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Abort | |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetReceiveQueryString | |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Negotiate | |
![]() |
OnStart | |
![]() |
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.