From 3771eeb4570e047f99ab4471c3647f711f731f48 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 26 Apr 2017 14:06:59 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/NetworkCredential.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/NetworkCredential.cs b/websocket-sharp/Net/NetworkCredential.cs index 9d4a806b..f6df8f72 100644 --- a/websocket-sharp/Net/NetworkCredential.cs +++ b/websocket-sharp/Net/NetworkCredential.cs @@ -31,7 +31,7 @@ using System; namespace WebSocketSharp.Net { /// - /// Provides the credentials for the HTTP authentication (Basic/Digest). + /// Provides the credentials for the password-based authentication. /// public class NetworkCredential {