Click or drag to resize

WebSocketBehaviorIgnoreExtensions Property

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

Namespace:  Sfs2X.WebSocketSharp.Server
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool IgnoreExtensions { get; set; }

Property Value

Type: Boolean

true if the service ignores the extensions requested from a client; otherwise, false.

The default value is false.

See Also