C-DEngine 5.105

WebSocketContext..::..SecWebSocketProtocols Property

Gets the values of the Sec-WebSocket-Protocol header included in the request.

Namespace:  WebSocketSharp.Net.WebSockets
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public IEnumerable<string> SecWebSocketProtocols { get; }
Public ReadOnly Property SecWebSocketProtocols As IEnumerable(Of String)
	Get
public:
property IEnumerable<String^>^ SecWebSocketProtocols {
	IEnumerable<String^>^ get ();
}

Field Value

An IEnumerable{string} instance that provides an enumerator which supports the iteration over the values of the Sec-WebSocket-Protocol header.

Remarks


This property represents the subprotocols requested by the client.