NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpWebRequest.Referer

Gets or sets the value of the Referer header.

[Visual Basic]
Public Property Referer As String
[C#]
public string Referer {get; set;}
[C++]
public: __property String* get_Referer();
public: __property void set_Referer(String*);
[JScript]
public function get Referer() : String;
public function set Referer(String);

Remarks

When System.Net.HttpWebRequest.AllowAutoRedirects is true, Referer will be set automatically if the request is redirected to another site.

See Also

HttpWebRequest Class | HttpWebRequest Members | System.Net Namespace