[Modify] Edit it

master
sta 9 years ago
parent 3a759e12ea
commit 457c0635e2

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

Loading…
Cancel
Save