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. /// /// ///