[Modify] Edit it
This commit is contained in:
parent
6c3f3115d2
commit
367164ca8d
@ -416,17 +416,11 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the raw URL (without the scheme, host, and port) requested by
|
/// Gets the raw URL specified by the client.
|
||||||
/// the client.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// <para>
|
/// A <see cref="string"/> that represents the request target specified in
|
||||||
/// A <see cref="string"/> that represents the raw URL specified in
|
/// the request line.
|
||||||
/// the request.
|
|
||||||
/// </para>
|
|
||||||
/// <para>
|
|
||||||
/// It includes the query string if present.
|
|
||||||
/// </para>
|
|
||||||
/// </value>
|
/// </value>
|
||||||
public string RawUrl {
|
public string RawUrl {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user