From fcbd35ea0ce3ae69000ad9bf182bb49d5667b923 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 31 Mar 2018 18:08:06 +0900 Subject: [PATCH] [Modify] Edit it --- .../Net/WebSockets/HttpListenerWebSocketContext.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs index b33d3a56..a62beac2 100644 --- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs @@ -35,8 +35,8 @@ using System.Security.Principal; 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. /// public class HttpListenerWebSocketContext : WebSocketContext {