From 28a60ec94fa9ecb191ef1f10e7eef78e9c0b9baf Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 2 May 2016 15:32:43 +0900 Subject: [PATCH] [Modify] Polish 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 9f6022fe..80a7fbf6 100644 --- a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs @@ -257,8 +257,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.