diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index e9056b00..59ae50b5 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -2457,11 +2457,29 @@ namespace WebSocketSharp
#region Public Methods
///
- /// Accepts the WebSocket handshake request.
+ /// Accepts the handshake request.
///
///
- /// This method is not available in a client.
+ /// This method does nothing if the handshake request has already been
+ /// accepted.
///
+ ///
+ ///
+ /// This instance is a client.
+ ///
+ ///
+ /// -or-
+ ///
+ ///
+ /// The close process is in progress.
+ ///
+ ///
+ /// -or-
+ ///
+ ///
+ /// The connection has already been closed.
+ ///
+ ///
public void Accept ()
{
if (_client) {