Method | Description | |
---|---|---|
AuthenticateUser2Async ( string email, string password, string machineKey ) : void | ||
AuthenticateUser2Async ( string email, string password, string machineKey, object userState ) : void | ||
AuthenticateUserAsync ( string email, string password ) : void | ||
AuthenticateUserAsync ( string email, string password, object userState ) : void | ||
CancelAsync ( object userState ) : void | ||
GetKey2Async ( string email, string password ) : void | ||
GetKey2Async ( string email, string password, object userState ) : void | ||
GetKeyAsync ( string email ) : void | ||
GetKeyAsync ( string email, object userState ) : void | ||
GetLatestVersion2Async ( string key ) : void | ||
GetLatestVersion2Async ( string key, object userState ) : void | ||
GetLatestVersion3Async ( string key, string currentVersion ) : void | ||
GetLatestVersion3Async ( string key, string currentVersion, object userState ) : void | ||
GetLatestVersionAsync ( ) : void | ||
GetLatestVersionAsync ( object userState ) : void | ||
IsLiveAsync ( ) : void | ||
IsLiveAsync ( object userState ) : void | ||
LogStatisticAsync ( string xml ) : void | ||
LogStatisticAsync ( string xml, object userState ) : void | ||
MainService ( ) : System | ||
RegisterUser2Async ( string xml ) : void | ||
RegisterUser2Async ( string xml, object userState ) : void | ||
RegisterUserAsync ( string firstName, string lastName, string city, string region, string postalCode, string country, string email, string password ) : void | ||
RegisterUserAsync ( string firstName, string lastName, string city, string region, string postalCode, string country, string email, string password, object userState ) : void | ||
ResetStatisticsAsync ( string email, bool newValue ) : void | ||
ResetStatisticsAsync ( string email, bool newValue, object userState ) : void | ||
VerifyPremiumKeyAsync ( string email, string password, string machineKey, string premiumkey ) : void | ||
VerifyPremiumKeyAsync ( string email, string password, string machineKey, string premiumkey, object userState ) : void |
Method | Description | |
---|---|---|
AuthenticateUser ( string email, string password ) : bool | ||
AuthenticateUser2 ( string email, string password, string machineKey ) : bool | ||
GetKey ( string email ) : string | ||
GetKey2 ( string email, string password ) : string | ||
GetLatestVersion ( ) : |
||
GetLatestVersion2 ( string key ) : |
||
GetLatestVersion3 ( string key, string currentVersion ) : |
||
IsLive ( ) : bool | ||
IsLocalFileSystemWebService ( string url ) : bool | ||
LogStatistic ( string xml ) : void | ||
OnAuthenticateUser2OperationCompleted ( object arg ) : void | ||
OnAuthenticateUserOperationCompleted ( object arg ) : void | ||
OnGetKey2OperationCompleted ( object arg ) : void | ||
OnGetKeyOperationCompleted ( object arg ) : void | ||
OnGetLatestVersion2OperationCompleted ( object arg ) : void | ||
OnGetLatestVersion3OperationCompleted ( object arg ) : void | ||
OnGetLatestVersionOperationCompleted ( object arg ) : void | ||
OnIsLiveOperationCompleted ( object arg ) : void | ||
OnLogStatisticOperationCompleted ( object arg ) : void | ||
OnRegisterUser2OperationCompleted ( object arg ) : void | ||
OnRegisterUserOperationCompleted ( object arg ) : void | ||
OnResetStatisticsOperationCompleted ( object arg ) : void | ||
OnVerifyPremiumKeyOperationCompleted ( object arg ) : void | ||
RegisterUser ( string firstName, string lastName, string city, string region, string postalCode, string country, string email, string password ) : string | ||
RegisterUser2 ( string xml ) : string | ||
ResetStatistics ( string email, bool newValue ) : void | ||
VerifyPremiumKey ( string email, string password, string machineKey, string premiumkey ) : string |
public AuthenticateUser2Async ( string email, string password, string machineKey ) : void | ||
string | ||
password | string | |
machineKey | string | |
return | void |
public AuthenticateUser2Async ( string email, string password, string machineKey, object userState ) : void | ||
string | ||
password | string | |
machineKey | string | |
userState | object | |
return | void |
public AuthenticateUserAsync ( string email, string password ) : void | ||
string | ||
password | string | |
return | void |
public AuthenticateUserAsync ( string email, string password, object userState ) : void | ||
string | ||
password | string | |
userState | object | |
return | void |
public CancelAsync ( object userState ) : void | ||
userState | object | |
return | void |
public GetKey2Async ( string email, string password ) : void | ||
string | ||
password | string | |
return | void |
public GetKey2Async ( string email, string password, object userState ) : void | ||
string | ||
password | string | |
userState | object | |
return | void |
public GetKeyAsync ( string email, object userState ) : void | ||
string | ||
userState | object | |
return | void |
public GetLatestVersion2Async ( string key ) : void | ||
key | string | |
return | void |
public GetLatestVersion2Async ( string key, object userState ) : void | ||
key | string | |
userState | object | |
return | void |
public GetLatestVersion3Async ( string key, string currentVersion ) : void | ||
key | string | |
currentVersion | string | |
return | void |
public GetLatestVersion3Async ( string key, string currentVersion, object userState ) : void | ||
key | string | |
currentVersion | string | |
userState | object | |
return | void |
public GetLatestVersionAsync ( object userState ) : void | ||
userState | object | |
return | void |
public IsLiveAsync ( object userState ) : void | ||
userState | object | |
return | void |
public LogStatisticAsync ( string xml ) : void | ||
xml | string | |
return | void |
public LogStatisticAsync ( string xml, object userState ) : void | ||
xml | string | |
userState | object | |
return | void |
public RegisterUser2Async ( string xml ) : void | ||
xml | string | |
return | void |
public RegisterUser2Async ( string xml, object userState ) : void | ||
xml | string | |
userState | object | |
return | void |
public RegisterUserAsync ( string firstName, string lastName, string city, string region, string postalCode, string country, string email, string password ) : void | ||
firstName | string | |
lastName | string | |
city | string | |
region | string | |
postalCode | string | |
country | string | |
string | ||
password | string | |
return | void |
public RegisterUserAsync ( string firstName, string lastName, string city, string region, string postalCode, string country, string email, string password, object userState ) : void | ||
firstName | string | |
lastName | string | |
city | string | |
region | string | |
postalCode | string | |
country | string | |
string | ||
password | string | |
userState | object | |
return | void |
public ResetStatisticsAsync ( string email, bool newValue ) : void | ||
string | ||
newValue | bool | |
return | void |
public ResetStatisticsAsync ( string email, bool newValue, object userState ) : void | ||
string | ||
newValue | bool | |
userState | object | |
return | void |
public VerifyPremiumKeyAsync ( string email, string password, string machineKey, string premiumkey ) : void | ||
string | ||
password | string | |
machineKey | string | |
premiumkey | string | |
return | void |
public VerifyPremiumKeyAsync ( string email, string password, string machineKey, string premiumkey, object userState ) : void | ||
string | ||
password | string | |
machineKey | string | |
premiumkey | string | |
userState | object | |
return | void |