diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index b40e93ff..37689fda 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -2923,6 +2923,9 @@ namespace WebSocketSharp
/// Sets a pair of and for
/// the HTTP authentication (Basic/Digest).
///
+ ///
+ /// This method is not available in a server.
+ ///
///
///
/// A that represents the user name used to authenticate.