[Modify] Edit it

master
sta 9 years ago
parent 3a759e12ea
commit 457c0635e2

@ -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 {

Loading…
Cancel
Save