From 425a7a8b09b2d031acd7f94264e6552ec44543d5 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 15 Sep 2016 14:36:25 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 3 +++ 1 file changed, 3 insertions(+) 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. ///