HttpListenerWebSocketContext.User Property

Definition

Gets an object used to obtain identity, authentication information, and security roles for the WebSocket client.

public:
 virtual property System::Security::Principal::IPrincipal ^ User { System::Security::Principal::IPrincipal ^ get(); };
public override System.Security.Principal.IPrincipal User { get; }
member this.User : System.Security.Principal.IPrincipal
Public Overrides ReadOnly Property User As IPrincipal

Property Value

The identity, authentication information, and security roles for the WebSocket client.

Applies to