C-DEngine 5.105

WebSocketBehavior..::..IgnoreExtensions Property

Gets or sets a value indicating whether the WebSocket service ignores the Sec-WebSocket-Extensions header included in a connection request.

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

Syntax


public bool IgnoreExtensions { get; set; }
Public Property IgnoreExtensions As Boolean
	Get
	Set
public:
property bool^ IgnoreExtensions {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if the WebSocket service ignores the extensions; otherwise, false. The default value is false.