From a3f6fedd81e5852980e9f38a31041c3cb1913a45 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 6 Dec 2017 16:30:56 +0900 Subject: [PATCH] [Modify] Edit it --- .../WebSockets/TcpListenerWebSocketContext.cs | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs index fe0074b7..ed7b16e1 100644 --- a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs @@ -269,15 +269,18 @@ namespace WebSocketSharp.Net.WebSockets } /// - /// 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 override IEnumerable SecWebSocketProtocols { get {