From f6dc66527ef9458208b5102d5a041e1934710921 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 30 Jun 2016 14:49:29 +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 ed46ef27..23a7f2ed 100644 --- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs @@ -199,8 +199,8 @@ namespace WebSocketSharp.Net.WebSockets /// Gets the value of the Sec-WebSocket-Key header included in the request. /// /// - /// This property provides a part of the information used by the server to prove that it - /// received a valid WebSocket connection request. + /// This property provides a part of the information used by the server to prove that + /// it received a valid WebSocket handshake request. /// /// /// A that represents the value of the Sec-WebSocket-Key header.