From 612194369ad637aa291d68b68977ac1cc0dfa9f6 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 26 Mar 2018 18:13:57 +0900 Subject: [PATCH] [Modify] Edit it --- .../Net/WebSockets/HttpListenerWebSocketContext.cs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs index bb05793f..e926188e 100644 --- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs @@ -217,14 +217,16 @@ namespace WebSocketSharp.Net.WebSockets } /// - /// Gets the value of the Sec-WebSocket-Key header included in the request. + /// Gets the value of the Sec-WebSocket-Key header included in the handshake + /// request. /// /// - /// This property provides a part of the information used by the server to prove that - /// it received a valid WebSocket handshake 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. + /// A that represents the value of the + /// Sec-WebSocket-Key header. /// public override string SecWebSocketKey { get {