Referrer Property

Google API

Gets or sets the http referrer header.

Namespace:  Google.API
Assembly:  GoogleTranslateAPI (in GoogleTranslateAPI.dll) Version: 0.3.1.107 (0.3.1.107)

Syntax

C#
public string Referrer { get; set; }
Visual Basic (Declaration)
Public Property Referrer As String
Visual C++
public:
property String^ Referrer {
	String^ get ();
	void set (String^ value);
}

Field Value

The referrer.

Remarks

Applications MUST always include a valid and accurate http referer header in their requests.

See Also