From e27221737e501291a5be820585dc8c195ddc3c87 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 2 Nov 2017 15:28:55 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 4537bc3b..9ae7ff63 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -400,8 +400,13 @@ namespace WebSocketSharp /// Gets the credentials for the HTTP authentication (Basic/Digest). /// /// - /// A that represents the credentials for - /// the authentication. The default value is . + /// + /// A that represents the credentials + /// used to authenticate the client. + /// + /// + /// The default value is . + /// /// public NetworkCredential Credentials { get {