AspNetWebSocketContext::IsAuthenticated Property

.NET Framework (current version)
 

Gets a value that indicates whether a message from a remote client has been authenticated.

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

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

Property Value

Type: System::Boolean

true if the message has been authenticated; otherwise, false.

Exception Condition
NotImplementedException

The property is not implemented.

.NET Framework
Available since 4.5
Return to top
Show: