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 {