HttpListenerWebSocketContext..::..SecWebSocketProtocols Property
Gets the values of the Sec-WebSocket-Protocol header included in the request.
Namespace:
WebSocketSharp.Net.WebSocketsAssembly: 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 (); }