[Modify] Edit it

This commit is contained in:
sta 2018-03-25 18:15:11 +09:00
parent 66ddadb598
commit 8986a323a8

View File

@ -203,7 +203,12 @@ namespace WebSocketSharp.Net.WebSockets
/// Gets the URI requested by the client. /// Gets the URI requested by the client.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="Uri"/> that represents the requested URI. /// <para>
/// A <see cref="Uri"/> that represents the URI parsed from the request.
/// </para>
/// <para>
/// <see langword="null"/> if the URI cannot be parsed.
/// </para>
/// </value> /// </value>
public override Uri RequestUri { public override Uri RequestUri {
get { get {