C# Class mojoPortal.Web.UI.RecaptchaResponse

Encapsulates a response from reCAPTCHA web service.
ファイルを表示 Open project: joeaudette/mojoportal Class Usage Examples

Public Properties

Property Type Description
InvalidResponse RecaptchaResponse
InvalidSolution RecaptchaResponse
RecaptchaNotReachable RecaptchaResponse
Valid RecaptchaResponse

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Method Description
RecaptchaResponse ( bool isValid, string errorMessage ) : System

Initializes a new instance of the RecaptchaResponse class.

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

InvalidResponse public_oe static_oe property

public static RecaptchaResponse,mojoPortal.Web.UI InvalidResponse
return RecaptchaResponse

InvalidSolution public_oe static_oe property

public static RecaptchaResponse,mojoPortal.Web.UI InvalidSolution
return RecaptchaResponse

RecaptchaNotReachable public_oe static_oe property

public static RecaptchaResponse,mojoPortal.Web.UI RecaptchaNotReachable
return RecaptchaResponse

Valid public_oe static_oe property

public static RecaptchaResponse,mojoPortal.Web.UI Valid
return RecaptchaResponse