WebSocketConnectionContext Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.  |