From 0f6138f533e1c182a1ec969e5df36a61d364bb1b Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 16 May 2016 16:13:38 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/HttpListenerContext.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerContext.cs b/websocket-sharp/Net/HttpListenerContext.cs index 13a68516..99247bea 100644 --- a/websocket-sharp/Net/HttpListenerContext.cs +++ b/websocket-sharp/Net/HttpListenerContext.cs @@ -199,14 +199,15 @@ namespace WebSocketSharp.Net #region Public Methods /// - /// Accepts a WebSocket connection request. + /// Accepts a WebSocket handshake request. /// /// - /// A that represents the WebSocket connection - /// request. + /// A that represents + /// the WebSocket handshake request. /// /// - /// A that represents the subprotocol used in the WebSocket connection. + /// A that represents the subprotocol supported on + /// this WebSocket connection. /// /// ///