Share via


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

Name Description
WebSocketConnectionContext(Uri, HttpConnectionOptions)

Initializes a new instance of the WebSocketConnectionContext class.

Properties

Name Description
Options

Gets the connection options to use.

Uri

Gets the URL to connect to.

Applies to