From 570b66ea3d6ffc57532a9e2891952880db757223 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 18 Apr 2018 17:23:06 +0900 Subject: [PATCH] [Modify] Edit it --- .../Net/WebSockets/TcpListenerWebSocketContext.cs | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs index 032bf584..4dd726e7 100644 --- a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs @@ -347,13 +347,17 @@ namespace WebSocketSharp.Net.WebSockets } /// - /// Gets the value of the Sec-WebSocket-Version header included in the request. + /// Gets the value of the Sec-WebSocket-Version header included in + /// the handshake request. /// - /// - /// This property represents the WebSocket protocol version. - /// /// - /// A that represents the value of the Sec-WebSocket-Version header. + /// + /// A that represents the WebSocket protocol + /// version specified by the client. + /// + /// + /// if the header is not present. + /// /// public override string SecWebSocketVersion { get {