From caf364d3390317ff605b4998de65e100a2301f64 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 19 Mar 2018 16:38:51 +0900 Subject: [PATCH] [Modify] Edit it --- .../Net/WebSockets/HttpListenerWebSocketContext.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs index 9935aee0..f4fa491b 100644 --- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs @@ -324,12 +324,11 @@ namespace WebSocketSharp.Net.WebSockets #region Public Methods /// - /// Returns a that represents - /// the current . + /// Returns a string that represents the current instance. /// /// - /// A that represents - /// the current . + /// A that contains the request line and headers + /// included in the handshake request. /// public override string ToString () {