Click or drag to resize

WebSocketProtocol Property

Gets the name of subprotocol selected by the server.

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

Property Value

Type: String

A String that will be one of the names of subprotocols specified by client.

An empty string if not specified or selected.

See Also