[Modify] Edit it

This commit is contained in:
sta 2018-02-15 17:29:06 +09:00
parent e1fa25f872
commit 2be3a3626b

View File

@ -466,7 +466,12 @@ namespace WebSocketSharp.Net
/// Gets the URL requested by the client.
/// </summary>
/// <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>
public Uri Url {
get {