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)
{