websocket-sharp : WebSocketSharp Namespace

WsCredential Class

Provides the credentials for HTTP authentication (Basic/Digest).

Syntax

public class WsCredential

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: WebSocketSharp
Assembly: websocket-sharp (in websocket-sharp.dll)

Members

See Also: Inherited members from object.

Public Properties

[read-only]
Domain string . Gets the name of the user domain associated with the credentials.
[read-only]
Password string . Gets the password for the user name associated with the credentials.
[read-only]
UserName string . Gets the user name associated with the credentials.

Member Details

Domain Property

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)

Password Property

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)

UserName Property

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)