ImgurUploader Constructor

Initializes a new instance of the ImgurUploader class.

Definition

Namespace: DevCase.ThirdParty.Imgur
Assembly: DevCase.net48.ThirdParty.Imgur (in DevCase.net48.ThirdParty.Imgur.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public ImgurUploader(
	string clientId,
	string clientSecret
)

Parameters

clientId  String
The unique client identifier that is provided with the imgur API application registration.
clientSecret  String
The unique client secret that is provided with the imgur API application registration.

See Also