ValidateResponse() private méthode

private ValidateResponse ( IReChaptaWebInterface webInterface, string response ) : bool
webInterface IReChaptaWebInterface
response string
Résultat bool
Exemple #1
0
 public static bool ValidateCaptcha(string response, WebProxy proxy = null)
 {
     return(_reCaptcha.ValidateResponse(new GoogleWebPost(), response, proxy));
 }