C-DEngine 5.105

WebSocket..::..Extensions Property

Gets the WebSocket extensions selected by the server.

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

Syntax


public string Extensions { get; }
Public ReadOnly Property Extensions As String
	Get
public:
property String^ Extensions {
	String^ get ();
}

Field Value

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