diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs index a62beac2..8e5be7d4 100644 --- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs @@ -112,7 +112,8 @@ namespace WebSocketSharp.Net.WebSockets /// /// /// - /// A that represents the value of the Host header. + /// A that represents the server host name requested + /// by the client. /// /// /// It includes the port number if provided.