diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs index a4a0eccb..0843f930 100644 --- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs @@ -182,10 +182,16 @@ namespace WebSocketSharp.Net.WebSockets } /// - /// Gets the query string included in the request. + /// Gets the query string included in the handshake request. /// /// - /// A that contains the query string parameters. + /// + /// A that contains the query + /// parameters. + /// + /// + /// An empty collection if not included. + /// /// public override NameValueCollection QueryString { get {