Provides the credentials for HTTP authentication (Basic/Digest).
See Also: Inherited members from object.
Gets the name of the user domain associated with the credentials.
Syntax
public string Domain { get; }Value
A string that contains the name of the user domain associated with the credentials. Currently, returns the request uri of a WebSocket opening handshake.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp
Assembly: websocket-sharp (in websocket-sharp.dll)
Gets the password for the user name associated with the credentials.
Syntax
public string Password { get; }Value
A string that contains the password for the user name associated with the credentials.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp
Assembly: websocket-sharp (in websocket-sharp.dll)
Gets the user name associated with the credentials.
Syntax
public string UserName { get; }Value
A string that contains the user name associated with the credentials.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp
Assembly: websocket-sharp (in websocket-sharp.dll)