From ae5398b216803a7e7fe2a19d82e78f267816a4b6 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 15 Nov 2017 16:11:21 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 492bcd64..750524f0 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3099,11 +3099,15 @@ namespace WebSocketSharp } /// - /// Establishes a WebSocket connection. + /// Establishes a connection. /// /// - /// This method is not available in a server. + /// This method does nothing if the current state of the connection is + /// Open or Closing. /// + /// + /// This instance is not a client. + /// public void Connect () { if (!_client) {