ImgurUploaderUploadImageAsync Method
Uploads a image, Asynchronously.
Namespace: DevCase.ThirdParty.ImgurAssembly: 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 Function UploadImageAsync (
filepath As String
) As ImgurImageInfo
Dim instance As ImgurUploader
Dim filepath As String
Dim returnValue As ImgurImageInfo
returnValue = instance.UploadImageAsync(filepath)
No code example is currently available or this language may not be supported.
- filepath String
-
The image filepath to upload.
ImgurImageInfo
A
ImgurImageInfo instance that contains the resulting image url.