[Modify] Edit it
This commit is contained in:
parent
e1fa25f872
commit
2be3a3626b
@ -466,7 +466,12 @@ namespace WebSocketSharp.Net
|
|||||||
/// Gets the URL requested by the client.
|
/// Gets the URL requested by the client.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="Uri"/> that represents the URL specified in the request.
|
/// <para>
|
||||||
|
/// A <see cref="Uri"/> that represents the URL parsed from the request.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// <see langword="null"/> if the URL cannot be parsed.
|
||||||
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
public Uri Url {
|
public Uri Url {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user