diff --git a/websocket-sharp/Net/NetworkCredential.cs b/websocket-sharp/Net/NetworkCredential.cs index 7386ab04..4881f59d 100644 --- a/websocket-sharp/Net/NetworkCredential.cs +++ b/websocket-sharp/Net/NetworkCredential.cs @@ -150,8 +150,12 @@ namespace WebSocketSharp.Net /// /// Gets the password for the username associated with the credentials. /// + /// + /// This property returns an empty string if the password was + /// initialized with . + /// /// - /// A that represents the password for the username. + /// A that represents the password. /// public string Password { get {