From 4a38b796476ceb75ff646e9db580d9b90c73040d Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 23 Jan 2018 17:38:16 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 0d0aceb6..f8c9e68c 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -503,10 +503,18 @@ namespace WebSocketSharp.Net } /// - /// Gets the internet host name and port number (if present) specified by the client. + /// Gets the server host name requested by the client. /// /// - /// A that represents the value of the Host request-header. + /// + /// A that represents the value of the Host header. + /// + /// + /// It includes the port number if provided. + /// + /// + /// if the Host header is not present. + /// /// public string UserHostName { get {