NetworkCredential Class |
Namespace: Sfs2X.WebSocketSharp.Net
public class NetworkCredential
The NetworkCredential type exposes the following members.
Name | Description | |
---|---|---|
![]() | NetworkCredential(String, String) |
Initializes a new instance of the NetworkCredential class with
the specified username and password.
|
![]() | NetworkCredential(String, String, String, String) |
Initializes a new instance of the NetworkCredential class with
the specified username, password,
domain and roles.
|
Name | Description | |
---|---|---|
![]() | Domain |
Gets the domain associated with the credentials.
|
![]() | Password |
Gets the password for the username associated with the credentials.
|
![]() | Roles |
Gets the roles associated with the credentials.
|
![]() | Username |
Gets the username associated with the credentials.
|