C-DEngine 5.105

WebSocketContext..::..WebSocket Property

Gets the WebSocket instance used for two-way communication between client and server.

Namespace:  WebSocketSharp.Net.WebSockets
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public WebSocket WebSocket { get; }
Public ReadOnly Property WebSocket As WebSocket
	Get
public:
property WebSocket^ WebSocket {
	WebSocket^ get ();
}

Field Value

A WebSocket.