From 2be3a3626beafcd58dc9e5768e582b69cb552bfb Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 15 Feb 2018 17:29:06 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 70821852..0682280b 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -466,7 +466,12 @@ namespace WebSocketSharp.Net /// Gets the URL requested by the client. /// /// - /// A that represents the URL specified in the request. + /// + /// A that represents the URL parsed from the request. + /// + /// + /// if the URL cannot be parsed. + /// /// public Uri Url { get {