TranslateClient Constructor

Google API

Initializes a new instance of the TranslateClient class.

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

Syntax

C#
public TranslateClient(
	string referrer
)
Visual Basic (Declaration)
Public Sub New ( _
	referrer As String _
)
Visual C++
public:
TranslateClient(
	String^ referrer
)

Parameters

referrer
Type: System..::.String
The http referrer header.

Remarks

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

See Also