From 0311a39b573c8995a7bf5805f17e45888eaa7b12 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 5 Apr 2018 17:17:56 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/WebSockets/WebSocketContext.cs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs index c5fae7c5..496138a5 100644 --- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs @@ -174,13 +174,12 @@ namespace WebSocketSharp.Net.WebSockets public abstract IEnumerable SecWebSocketProtocols { get; } /// - /// 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. /// public abstract string SecWebSocketVersion { get; }