diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs
index 8282bcbe..06d2acad 100644
--- a/websocket-sharp/Net/HttpListenerRequest.cs
+++ b/websocket-sharp/Net/HttpListenerRequest.cs
@@ -399,10 +399,17 @@ namespace WebSocketSharp.Net
}
///
- /// Gets the raw URL (without the scheme, host, and port) requested by the client.
+ /// Gets the raw URL (without the scheme, host, and port) requested by
+ /// the client.
///
///
- /// A that represents the raw URL requested by the client.
+ ///
+ /// A that represents the raw URL specified in
+ /// the request.
+ ///
+ ///
+ /// It includes the query string if present.
+ ///
///
public string RawUrl {
get {