ImgurUploaderUploadImageAsync Method

Uploads a image, Asynchronously.

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 ImgurImageInfo UploadImageAsync(
	string filepath
)

Parameters

filepath  String
The image filepath to upload.

Return Value

ImgurImageInfo
A ImgurImageInfo instance that contains the resulting image url.

See Also