From 457c0635e2c09363ab43dfc1488fd6dcfd343bc0 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 30 Apr 2017 15:27:37 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/NetworkCredential.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 {