[Modify] Edit it

master
sta 8 years ago
parent 0acbc87d37
commit a8f3110418

@ -399,10 +399,17 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// 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.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="string"/> that represents the raw URL requested by the client. /// <para>
/// A <see cref="string"/> that represents the raw URL specified in
/// the request.
/// </para>
/// <para>
/// It includes the query string if present.
/// </para>
/// </value> /// </value>
public string RawUrl { public string RawUrl {
get { get {

Loading…
Cancel
Save