Click or drag to resize

WebSocketContextSecWebSocketProtocols Property

Gets the names of the subprotocols from the Sec-WebSocket-Protocol header included in the handshake request.

Namespace:  Sfs2X.WebSocketSharp.Net.WebSockets
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public abstract IEnumerable<string> SecWebSocketProtocols { get; }

Property Value

Type: IEnumerableString

An IEnumerablestring instance.

It provides an enumerator which supports the iteration over the collection of the names of the subprotocols.

See Also