From 84eea4161a59ce64289b28faea77aeb4604b1aa4 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 7 Dec 2017 13:50:09 +0900 Subject: [PATCH] [Modify] Edit it --- .../Net/WebSockets/WebSocketContext.cs | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs index 9ede501b..61913ed2 100644 --- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs @@ -147,15 +147,18 @@ namespace WebSocketSharp.Net.WebSockets public abstract string SecWebSocketKey { get; } /// - /// Gets the values of the Sec-WebSocket-Protocol header included in the request. + /// Gets the value of the Sec-WebSocket-Protocol header included in + /// the handshake request. /// - /// - /// This property represents the subprotocols requested by the client. - /// /// - /// An instance that provides - /// an enumerator which supports the iteration over the values of the Sec-WebSocket-Protocol - /// header. + /// + /// An + /// instance. + /// + /// + /// It provides an enumerator which supports the iteration over + /// the collection of the names of the subprotocols. + /// /// public abstract IEnumerable SecWebSocketProtocols { get; }