C# Класс Subtext.Web.Controls.AnswerAndDate

Represents the answer and date returned by the client.
Показать файл Открыть проект

Открытые методы

Метод Описание
ParseAnswerAndDate ( string encryptedAnswer, int timeoutInSeconds ) : AnswerAndDate

Initializes a new instance of the AnswerAndDate class.

Описание методов

ParseAnswerAndDate() публичный статический Метод

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.
Результат AnswerAndDate