C# Class Widgetsphere.Generator.hydrateservice.MainService

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Mostrar archivo Open project: nHydrate/nHydrate

Public Methods

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

Private Methods

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 ( ) : VersionNumber
GetLatestVersion2 ( string key ) : VersionNumber
GetLatestVersion3 ( string key, string currentVersion ) : VersionNumber
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
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

Method Details

AuthenticateUser2Async() public method

public AuthenticateUser2Async ( string email, string password, string machineKey ) : void
email string
password string
machineKey string
return void

AuthenticateUser2Async() public method

public AuthenticateUser2Async ( string email, string password, string machineKey, object userState ) : void
email string
password string
machineKey string
userState object
return void

AuthenticateUserAsync() public method

public AuthenticateUserAsync ( string email, string password ) : void
email string
password string
return void

AuthenticateUserAsync() public method

public AuthenticateUserAsync ( string email, string password, object userState ) : void
email string
password string
userState object
return void

CancelAsync() public method

public CancelAsync ( object userState ) : void
userState object
return void

GetKey2Async() public method

public GetKey2Async ( string email, string password ) : void
email string
password string
return void

GetKey2Async() public method

public GetKey2Async ( string email, string password, object userState ) : void
email string
password string
userState object
return void

GetKeyAsync() public method

public GetKeyAsync ( string email ) : void
email string
return void

GetKeyAsync() public method

public GetKeyAsync ( string email, object userState ) : void
email string
userState object
return void

GetLatestVersion2Async() public method

public GetLatestVersion2Async ( string key ) : void
key string
return void

GetLatestVersion2Async() public method

public GetLatestVersion2Async ( string key, object userState ) : void
key string
userState object
return void

GetLatestVersion3Async() public method

public GetLatestVersion3Async ( string key, string currentVersion ) : void
key string
currentVersion string
return void

GetLatestVersion3Async() public method

public GetLatestVersion3Async ( string key, string currentVersion, object userState ) : void
key string
currentVersion string
userState object
return void

GetLatestVersionAsync() public method

public GetLatestVersionAsync ( ) : void
return void

GetLatestVersionAsync() public method

public GetLatestVersionAsync ( object userState ) : void
userState object
return void

IsLiveAsync() public method

public IsLiveAsync ( ) : void
return void

IsLiveAsync() public method

public IsLiveAsync ( object userState ) : void
userState object
return void

LogStatisticAsync() public method

public LogStatisticAsync ( string xml ) : void
xml string
return void

LogStatisticAsync() public method

public LogStatisticAsync ( string xml, object userState ) : void
xml string
userState object
return void

MainService() public method

public MainService ( ) : System
return System

RegisterUser2Async() public method

public RegisterUser2Async ( string xml ) : void
xml string
return void

RegisterUser2Async() public method

public RegisterUser2Async ( string xml, object userState ) : void
xml string
userState object
return void

RegisterUserAsync() public method

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
email string
password string
return void

RegisterUserAsync() public method

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
email string
password string
userState object
return void

ResetStatisticsAsync() public method

public ResetStatisticsAsync ( string email, bool newValue ) : void
email string
newValue bool
return void

ResetStatisticsAsync() public method

public ResetStatisticsAsync ( string email, bool newValue, object userState ) : void
email string
newValue bool
userState object
return void