C# 클래스 hbehr.recaptcha.WebCommunication.GoogleWebPostAsync

상속: GoogleBaseWebPost, IReChaptaWebInterfaceAsync
파일 보기 프로젝트 열기: henriqb/ReCaptcha-Asp-Net

공개 메소드들

메소드 설명
PostUserAnswerAsync ( string response, string secretKey ) : Task
PostUserAnswerAsync ( string response, string secretKey, WebProxy proxy ) : Task

비공개 메소드들

메소드 설명
CreatePostWebRequestAsync ( string postData, WebProxy proxy ) : Task
GetAnswerAsync ( WebRequest webRequest ) : Task
ReadAnswerFromWebResponseAsync ( Task webResponse ) : Task

메소드 상세

PostUserAnswerAsync() 공개 메소드

public PostUserAnswerAsync ( string response, string secretKey ) : Task
response string
secretKey string
리턴 Task

PostUserAnswerAsync() 공개 메소드

public PostUserAnswerAsync ( string response, string secretKey, WebProxy proxy ) : Task
response string
secretKey string
proxy System.Net.WebProxy
리턴 Task