|
|
|
@ -150,8 +150,12 @@ namespace WebSocketSharp.Net
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets the password for the username associated with the credentials.
|
|
|
|
/// Gets the password for the username associated with the credentials.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
/// <remarks>
|
|
|
|
|
|
|
|
/// This property returns an empty string if the password was
|
|
|
|
|
|
|
|
/// initialized with <see langword="null"/>.
|
|
|
|
|
|
|
|
/// </remarks>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="string"/> that represents the password for the username.
|
|
|
|
/// A <see cref="string"/> that represents the password.
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public string Password {
|
|
|
|
public string Password {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|