From a8f3110418f3883dd0a7f34b83f159494db83c9c Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 21 Jan 2018 17:26:06 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 8282bcbe..06d2acad 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -399,10 +399,17 @@ namespace WebSocketSharp.Net } /// - /// Gets the raw URL (without the scheme, host, and port) requested by the client. + /// Gets the raw URL (without the scheme, host, and port) requested by + /// the client. /// /// - /// A that represents the raw URL requested by the client. + /// + /// A that represents the raw URL specified in + /// the request. + /// + /// + /// It includes the query string if present. + /// /// public string RawUrl { get {