From b1deb38c26a44986e5e09c2cef26f41d0457053a Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 13 Aug 2016 17:21:54 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index f12dd874..c1e25409 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2823,15 +2823,22 @@ namespace WebSocketSharp /// the HTTP authentication (Basic/Digest). /// /// - /// A that represents the user name used to authenticate. + /// + /// A that represents the user name used to authenticate. + /// + /// + /// If is or empty, + /// the credentials will be initialized and not be sent. + /// /// /// - /// A that represents the password for - /// used to authenticate. + /// A that represents the password for + /// used to authenticate. /// /// - /// true if the sends the Basic authentication credentials with - /// the first handshake request to the server; otherwise, false. + /// true if the sends the credentials for + /// the Basic authentication with the first handshake request to the server; + /// otherwise, false. /// public void SetCredentials (string username, string password, bool preAuth) {