WebSocketTransport Class

.NET Framework 4.5

System.Object
  Microsoft.AspNet.SignalR.WebSockets.WebSocketHandler
    Microsoft.AspNet.SignalR.Client.Transports.WebSocketTransport

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

type WebSocketTransport =  
    class 
        inherit WebSocketHandler 
        interface IClientTransport 
    end

The WebSocketTransport type exposes the following members.

  NameDescription
Public methodWebSocketTransport()Initializes a new instance of the WebSocketTransport class.
Public methodWebSocketTransport(IHttpClient)Initializes a new instance of the WebSocketTransport class.
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: