diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 698290c1..dc69473e 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3726,15 +3726,15 @@ namespace WebSocketSharp #region Explicit Interface Implementations /// - /// Closes the WebSocket connection, and releases all associated resources. + /// Closes the connection and releases all associated resources. /// /// /// - /// This method does nothing if the current state of the connection is - /// Closing or Closed. + /// This method closes the connection with close status 1001 (going away). /// /// - /// This method closes the connection with status code 1001 (going away). + /// And this method does nothing if the current state of the connection is + /// Closing or Closed. /// /// void IDisposable.Dispose ()