ValidateResponseAsync() private méthode

private ValidateResponseAsync ( IReChaptaWebInterfaceAsync webInterface, string response ) : Task
webInterface IReChaptaWebInterfaceAsync
response string
Résultat Task
Exemple #1
0
 public static async Task <bool> ValidateCaptchaAsync(string response, WebProxy proxy = null)
 {
     return(await _reCaptcha.ValidateResponseAsync(new GoogleWebPostAsync(), response, proxy));
 }