UrlShortenerClient Constructor

Initializes a new instance of the UrlShortenerClient class.

Definition

Namespace: DevCase.ThirdParty.Google.UrlShortener
Assembly: DevCase.net48.ThirdParty.GoogleServices (in DevCase.net48.ThirdParty.GoogleServices.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public UrlShortenerClient(
	string apiKey
)

Parameters

apiKey  String
The API key to use UrlShortener service.

You can get an API key at Google's API Console: http://console.developers.google.com/apis

See Also