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 {