Exemplo n.º 1
0
        internal bool ValidateResponse(IReChaptaWebInterface webInterface, string response, WebProxy proxy)
        {
            CheckIfIamConfigured();
            var answer = webInterface.PostUserAnswer(response, _secretKey, proxy);

            TreatReCaptchaError(answer);
            return(answer.Success);
        }
Exemplo n.º 2
0
 internal bool ValidateResponse(IReChaptaWebInterface webInterface, string response, WebProxy proxy)
 {
     CheckIfIamConfigured();
     var answer = webInterface.PostUserAnswer(response, _secretKey, proxy);
     TreatReCaptchaError(answer);
     return answer.Success;
 }