C-DEngine 5.105

HttpListenerRequest..::..IsAuthenticated Property

Gets a value indicating whether the client that sent the request is authenticated.

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

Syntax


public bool IsAuthenticated { get; }
Public ReadOnly Property IsAuthenticated As Boolean
	Get
public:
property bool^ IsAuthenticated {
	bool^ get ();
}

Field Value

true if the client is authenticated; otherwise, false.