HttpListenerWebSocketContext::IsAuthenticated Property

.NET Framework (current version)
 

Gets a value that indicates if the WebSocket client is authenticated.

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

public:
property bool IsAuthenticated {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

Returns Boolean.

true if the WebSocket client is authenticated; otherwise false.

.NET Framework
Available since 4.5
Return to top
Show: