CachedResponse HasReferer Property C# API
Gets a value that indicates whether the "Referer" HTTP header has been set for this CachedResponse.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public bool HasReferer { get; }

Field Value

true if the "Referer" header has been set; otherwise, false.
See Also