HttpWebRequest.Referer Property
Gets or sets the value of the Referer HTTP header.
Namespace: System.Net
Assembly: System (in system.dll)
Syntax
public string Referer { get; set; }
Property Value
The value of the Referer HTTP header. The default value is null.
Remarks
This header value is misspelled intentionally.
Version Information
Available in the .NET Micro Framework versions 4.0 and 4.1.
See Also
Reference
HttpWebRequest Class
HttpWebRequest Members
System.Net Namespace