C# Class hbehr.recaptcha.WebCommunication.GoogleBaseWebPost

Show file Open project: henriqb/ReCaptcha-Asp-Net

Protected Methods

Method Description
CreateEmptyPostWebRequest ( WebProxy proxy ) : WebRequest
GetPostData ( string response, string secretKey ) : string

Private Methods

Method Description
GetClientIp ( ) : string

Method Details

CreateEmptyPostWebRequest() protected method

protected CreateEmptyPostWebRequest ( WebProxy proxy ) : WebRequest
proxy System.Net.WebProxy
return System.Net.WebRequest

GetPostData() protected method

protected GetPostData ( string response, string secretKey ) : string
response string
secretKey string
return string