WebSocketContext::WebSocket Property

.NET Framework (current version)
 

The WebSocket instance used to interact (send/receive/close/etc) with the WebSocket connection.

Namespace:   System.Net.WebSockets
Assembly:  System (in System.dll)

public:
property WebSocket^ WebSocket {
	virtual WebSocket^ get() abstract;
}

Property Value

Type: System.Net.WebSockets::WebSocket^

Returns WebSocket.

.NET Framework
Available since 4.5
Return to top
Show: