From 752411b2aa84661ae19c72af52c84f9f410ca454 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 22 Jan 2018 17:15:07 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 27bad39a..86624f56 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -455,11 +455,15 @@ namespace WebSocketSharp.Net } /// - /// Gets the URL of the resource from which the requested URL was obtained. + /// Gets the URI of the resource from which the requested URL was obtained. /// /// - /// A that represents the value of the Referer request-header, - /// or if the request didn't include an Referer header. + /// + /// A from the value of the Referer header. + /// + /// + /// if the Referer header is not present. + /// /// public Uri UrlReferrer { get {