From 04b29bce21c6ae95ec797bdff786193a0d6ff3ff Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 15 Nov 2017 16:24:54 +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 8818633f..a36f0b3b 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3134,16 +3134,20 @@ namespace WebSocketSharp } /// - /// Establishes a WebSocket connection asynchronously. + /// Establishes a connection asynchronously. /// /// /// /// This method does not wait for the connect to be complete. /// /// - /// 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 ConnectAsync () { if (!_client) {