Method | Description | |
---|---|---|
ParseAnswerAndDate ( string encryptedAnswer, int timeoutInSeconds ) : AnswerAndDate |
Initializes a new instance of the AnswerAndDate class.
|
public static ParseAnswerAndDate ( string encryptedAnswer, int timeoutInSeconds ) : AnswerAndDate | ||
encryptedAnswer | string | The encrypted answer. |
timeoutInSeconds | int | Number of seconds before captcha expires. |
return | AnswerAndDate |