HttpListenerWebSocketContext::SecWebSocketProtocols Property

.NET Framework (current version)
 

Gets the list of the Secure WebSocket protocols included in the WebSocket opening handshake.

Namespace:   System.Net.WebSockets
Assembly:  System (in System.dll)

public:
property IEnumerable<String^>^ SecWebSocketProtocols {
	virtual IEnumerable<String^>^ get() override;
}

Property Value

Type: System.Collections.Generic::IEnumerable<String^>^

Returns IEnumerable<T>.

The list of the Secure WebSocket protocols.

.NET Framework
Available since 4.5
Return to top
Show: