diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs
index 49cc58d8..70f115e5 100644
--- a/websocket-sharp/Net/HttpListenerRequest.cs
+++ b/websocket-sharp/Net/HttpListenerRequest.cs
@@ -416,17 +416,11 @@ namespace WebSocketSharp.Net
}
///
- /// Gets the raw URL (without the scheme, host, and port) requested by
- /// the client.
+ /// Gets the raw URL specified by the client.
///
///
- ///
- /// A that represents the raw URL specified in
- /// the request.
- ///
- ///
- /// It includes the query string if present.
- ///
+ /// A that represents the request target specified in
+ /// the request line.
///
public string RawUrl {
get {