[Modify] Edit it

This commit is contained in:
sta 2018-04-03 16:38:37 +09:00
parent b5f48123ec
commit da67449b4e

View File

@ -137,7 +137,7 @@ namespace WebSocketSharp.Net.WebSockets
/// Gets the URI requested by the client.
/// </summary>
/// <value>
/// A <see cref="Uri"/> that represents the requested URI.
/// A <see cref="Uri"/> that represents the URI parsed from the request.
/// </value>
public abstract Uri RequestUri { get; }