WebSocketConnectionContext Class

Definition

Used to make a connection to an SignalR using a WebSocket-based transport.

public sealed class WebSocketConnectionContext
type WebSocketConnectionContext = class
Public NotInheritable Class WebSocketConnectionContext
Inheritance
WebSocketConnectionContext

Constructors

WebSocketConnectionContext(Uri, HttpConnectionOptions)

Initializes a new instance of the WebSocketConnectionContext class.

Properties

Options

Gets the connection options to use.

Uri

Gets the URL to connect to.

Applies to