C-DEngine 5.105

WebSocket..::..Protocol Property

Gets the WebSocket subprotocol selected by the server.

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

Syntax


public string Protocol { get; set; }
Public Property Protocol As String
	Get
	Set
public:
property String^ Protocol {
	String^ get ();
	void set (String^ value);
}

Field Value

A String that represents the subprotocol if any. The default value is Empty.