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
Protected method HttpBasedTransport

Top

Properties

  Name Description
Protected property HttpClient
Public property Name

Top

Methods

  Name Description
Public method Abort
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Protected method GetReceiveQueryString
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Negotiate
Protected method OnStart
Public method Send
Public method Start
Public method 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.

See Also

Reference

Microsoft.AspNet.SignalR.Client.Transports Namespace