[Modify] Edit it

This commit is contained in:
sta 2018-01-22 17:15:07 +09:00
parent d334f1af5f
commit 752411b2aa

View File

@ -455,11 +455,15 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets the URL of the resource from which the requested URL was obtained. /// Gets the URI of the resource from which the requested URL was obtained.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="Uri"/> that represents the value of the Referer request-header, /// <para>
/// or <see langword="null"/> if the request didn't include an Referer header. /// A <see cref="Uri"/> from the value of the Referer header.
/// </para>
/// <para>
/// <see langword="null"/> if the Referer header is not present.
/// </para>
/// </value> /// </value>
public Uri UrlReferrer { public Uri UrlReferrer {
get { get {