[Modify] Edit it

This commit is contained in:
sta 2018-01-31 16:33:39 +09:00
parent 6c3f3115d2
commit 367164ca8d

View File

@ -416,17 +416,11 @@ namespace WebSocketSharp.Net
}
/// <summary>
/// Gets the raw URL (without the scheme, host, and port) requested by
/// the client.
/// Gets the raw URL specified by the client.
/// </summary>
/// <value>
/// <para>
/// A <see cref="string"/> that represents the raw URL specified in
/// the request.
/// </para>
/// <para>
/// It includes the query string if present.
/// </para>
/// A <see cref="string"/> that represents the request target specified in
/// the request line.
/// </value>
public string RawUrl {
get {