TransportHelper Class

.NET Framework 4.5

Provides helper methods for the transport.

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)

[ExtensionAttribute]
public ref class TransportHelper abstract sealed

The TransportHelper type exposes the following members.

  NameDescription
Public methodStatic memberAppendCustomQueryStringPrepends the ‘?’ or ‘&’ character if not present to the custom query string.
Public methodStatic memberGetNegotiationResponse
Public methodStatic memberGetReceiveQueryString
Public methodStatic memberProcessResponse(IConnection, String, Boolean%, Boolean%)
Public methodStatic memberProcessResponse(IConnection, String, Boolean%, Boolean%, Action)Processes the response message.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: