From 7a9f11a92e36ca015777024f80a09302a626173e Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 4 Apr 2018 17:20:32 +0900 Subject: [PATCH] [Modify] Edit it --- .../HttpListenerWebSocketContext.cs | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs index 2f37e110..31f015e7 100644 --- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs @@ -231,16 +231,21 @@ namespace WebSocketSharp.Net.WebSockets } /// - /// Gets the value of the Sec-WebSocket-Key header included in the handshake - /// 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. - /// /// - /// A that represents the value of the - /// Sec-WebSocket-Key header. + /// + /// A that represents the value of + /// the Sec-WebSocket-Key header. + /// + /// + /// The value is used to prove that the server received + /// a valid WebSocket handshake request. + /// + /// + /// if the header is not present. + /// /// public override string SecWebSocketKey { get {