Click or drag to resize

WebSocketExtensions Property

Gets the extensions selected by server.

Namespace:  Sfs2X.WebSocketSharp
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public string Extensions { get; }

Property Value

Type: String
A String that will be a list of the extensions negotiated between client and server, or an empty string if not specified or selected.
See Also