From ff00cee6ff0b58578f83c9e2d55b5480962f3c15 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 12 Apr 2018 19:38:29 +0900 Subject: [PATCH] [Modify] Edit it --- .../Net/WebSockets/TcpListenerWebSocketContext.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs index b33f37ce..aed0391f 100644 --- a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs @@ -456,12 +456,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 () {