diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs
index e4d0baf2..f4451b18 100644
--- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs
+++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs
@@ -100,10 +100,15 @@ namespace WebSocketSharp.Net.WebSockets
}
///
- /// Gets the value of the Host header included in the request.
+ /// Gets the value of the Host header included in the handshake request.
///
///
- /// A that represents the value of the Host header.
+ ///
+ /// A that represents the value of the Host header.
+ ///
+ ///
+ /// It includes the port number if provided.
+ ///
///
public override string Host {
get {