From 5bfdf5aa195f4193cf5c21dd70e3ff77220af826 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 17 Apr 2018 17:26:59 +0900 Subject: [PATCH] [Modify] Edit it --- .../WebSockets/TcpListenerWebSocketContext.cs | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs index 72dde29f..032bf584 100644 --- a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs @@ -294,14 +294,21 @@ 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. - /// /// - /// 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 {