diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index 7393c165..b40e93ff 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -2883,6 +2883,9 @@ namespace WebSocketSharp
/// Sets an HTTP to send with
/// the WebSocket handshake request to the server.
///
+ ///
+ /// This method is not available in a server.
+ ///
///
/// A that represents a cookie to send.
///