From 13b745be2fefa2fe00ced7c36dbdb6aef224bfc2 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 5 Apr 2018 17:23:47 +0900 Subject: [PATCH] [Modify] Edit it --- .../Net/WebSockets/HttpListenerWebSocketContext.cs | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs index 31f015e7..7790b37e 100644 --- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs @@ -284,11 +284,17 @@ namespace WebSocketSharp.Net.WebSockets } /// - /// Gets the value of the Sec-WebSocket-Version header included in the - /// handshake request. + /// Gets the value of the Sec-WebSocket-Version header included in + /// the handshake request. /// /// - /// A that represents the WebSocket protocol version. + /// + /// A that represents the WebSocket protocol + /// version specified by the client. + /// + /// + /// if the header is not present. + /// /// public override string SecWebSocketVersion { get {