From 64c1cb599c8f11bc566bbd804bd7ff4397126a46 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 8 Dec 2017 15:05:34 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/WebSockets/WebSocketContext.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs index 61913ed2..c3491ff9 100644 --- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs @@ -147,8 +147,8 @@ namespace WebSocketSharp.Net.WebSockets public abstract string SecWebSocketKey { get; } /// - /// Gets the value of the Sec-WebSocket-Protocol header included in - /// the handshake request. + /// Gets the names of the subprotocols from the Sec-WebSocket-Protocol + /// header included in the handshake request. /// /// ///