AspNetWebSocketContext::WebSocket Property

.NET Framework (current version)
 

Gets a reference to the current AspNetWebSocket instance.

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

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

Property Value

Type: System.Net.WebSockets::WebSocket^

The current AspNetWebSocket instance.

Exception Condition
NotImplementedException

The property is not implemented.

.NET Framework
Available since 4.5
Return to top
Show: