From 2a1d812ba29d1fbdcc4a87def37cca41c1ab43c0 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 8 Apr 2018 17:55:51 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs index 3b54871e..abe916e3 100644 --- a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs @@ -45,8 +45,8 @@ using System.Text; namespace WebSocketSharp.Net.WebSockets { /// - /// Provides the properties used to access the information in - /// a WebSocket handshake request received by the . + /// Provides the access to the information in a WebSocket handshake request to + /// a instance. /// internal class TcpListenerWebSocketContext : WebSocketContext {