From 200f996f9f68b3c9b4bcf209be3a5520c9792449 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 22 Nov 2017 15:31:17 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) 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) {