ValidateResponse() 개인적인 메소드

private ValidateResponse ( IReChaptaWebInterface webInterface, string response ) : bool
webInterface IReChaptaWebInterface
response string
리턴 bool
예제 #1
0
 public static bool ValidateCaptcha(string response, WebProxy proxy = null)
 {
     return(_reCaptcha.ValidateResponse(new GoogleWebPost(), response, proxy));
 }