Click or drag to resize

IWebSocketSessionProtocol Property

Gets the name of the WebSocket subprotocol for the session.

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

Property Value

Type: String
A String that represents the name of the subprotocol if present.
See Also