diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs
index 2873eac8..13883a73 100644
--- a/websocket-sharp/Net/HttpListenerRequest.cs
+++ b/websocket-sharp/Net/HttpListenerRequest.cs
@@ -443,10 +443,11 @@ namespace WebSocketSharp.Net
}
///
- /// Gets the server endpoint as an IP address and a port number.
+ /// Gets the IP address and port number to which the request is sent.
///
///
- /// A that represents the server endpoint.
+ /// A that represents the server IP address and port
+ /// number.
///
public string UserHostAddress {
get {