C# Class Wesley.Component.Captcha.Account

打码平台账户信息类
ファイルを表示 Open project: coldicelion/Captcha-Recognizer Class Usage Examples

Public Methods

Method Description
Account ( ) : System
Account ( int softId, int typeId, string softKey, string userName, string password ) : System

Method Details

Account() public method

public Account ( ) : System
return System

Account() public method

public Account ( int softId, int typeId, string softKey, string userName, string password ) : System
softId int
typeId int
softKey string
userName string
password string
return System