diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs
index 56cb3173..1e781830 100644
--- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs
+++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs
@@ -72,10 +72,11 @@ namespace WebSocketSharp.Net.WebSockets
public abstract NameValueCollection Headers { get; }
///
- /// 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.
///
public abstract string Host { get; }