From 899d41489dacccf580588bd940f17e4af1208d25 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 29 Jun 2016 14:34:52 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/WebSockets/WebSocketContext.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs index 531a6bd2..de3e73f4 100644 --- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs @@ -138,8 +138,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.