From db696c2249e8858f131f033d42df0caf90547299 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 6 Nov 2017 15:40:00 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index fb7a372a..46ea4fad 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3705,15 +3705,21 @@ namespace WebSocketSharp } /// - /// Sets an HTTP to send with - /// the WebSocket handshake request to the server. + /// Sets an HTTP cookie to send with the handshake request. /// /// - /// This method is not available in a server. + /// This method does nothing if the connection has already been + /// established or it is closing. /// /// - /// A that represents a cookie to send. + /// A that represents the cookie to send. /// + /// + /// This instance is not a client. + /// + /// + /// is . + /// public void SetCookie (Cookie cookie) { string msg = null;