From c88d64c7213ccf6550f2500d356a37ea52f5ae75 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 15 Jan 2018 16:31:40 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 4079da7c..63f1870f 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -367,7 +367,13 @@ namespace WebSocketSharp.Net /// Gets the query string included in the request. /// /// - /// A that contains the query string parameters. + /// + /// A that contains the query + /// parameters. + /// + /// + /// An empty collection if not included. + /// /// public NameValueCollection QueryString { get {