Method GetCaptcha
| Improve this Doc View SourceGetCaptcha(GetCaptchaForm, CancellationToken)
Gets a captcha.
Declaration
Task<GetCaptchaResponse> GetCaptcha(GetCaptchaForm form, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetCaptchaForm | form | The form to send for retrieving a captcha. |
CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
Type | Description |
---|---|
Task<GetCaptchaResponse> | The task object representing the asynchronous operation. The task result contains the response with the retrieved captcha. |