[Modify] Edit it
This commit is contained in:
parent
d334f1af5f
commit
752411b2aa
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user