HttpListenerWebSocketContext.WebSocket Property

Definition

Gets the WebSocket instance used to send and receive data over the WebSocket connection.

public:
 virtual property System::Net::WebSockets::WebSocket ^ WebSocket { System::Net::WebSockets::WebSocket ^ get(); };
public override System.Net.WebSockets.WebSocket WebSocket { get; }
member this.WebSocket : System.Net.WebSockets.WebSocket
Public Overrides ReadOnly Property WebSocket As WebSocket

Property Value

The WebSocket instance used to send and receive data over the WebSocket connection.

Applies to