From 367164ca8d719de103dd02177812762ac4dcc105 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 31 Jan 2018 16:33:39 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 49cc58d8..70f115e5 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -416,17 +416,11 @@ namespace WebSocketSharp.Net } /// - /// Gets the raw URL (without the scheme, host, and port) requested by - /// the client. + /// Gets the raw URL specified by the client. /// /// - /// - /// A that represents the raw URL specified in - /// the request. - /// - /// - /// It includes the query string if present. - /// + /// A that represents the request target specified in + /// the request line. /// public string RawUrl { get {