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 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