diff --git a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs
index 55ef6c35..febac31f 100644
--- a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs
+++ b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs
@@ -154,10 +154,16 @@ 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 server host name requested
+ /// by the client.
+ ///
+ ///
+ /// It includes the port number if provided.
+ ///
///
public override string Host {
get {