TransportHelper Class

.NET Framework 4

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.SignalR.Client.Transports.TransportHelper

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

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class TransportHelper
'Usage
public static class TransportHelper
[ExtensionAttribute]
public ref class TransportHelper abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type TransportHelper =  class end
public final class TransportHelper

The TransportHelper type exposes the following members.

Methods

  Name Description
Public methodStatic member GetNegotiationResponse
Public methodStatic member GetReceiveQueryString
Public methodStatic member ProcessResponse

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