C# 클래스 Widgetsphere.Generator.hydrateservice.MainService

상속: System.Web.Services.Protocols.SoapHttpClientProtocol
파일 보기 프로젝트 열기: nHydrate/nHydrate

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AuthenticateUser2Async() 공개 메소드

public AuthenticateUser2Async ( string email, string password, string machineKey ) : void
email string
password string
machineKey string
리턴 void

AuthenticateUser2Async() 공개 메소드

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

AuthenticateUserAsync() 공개 메소드

public AuthenticateUserAsync ( string email, string password ) : void
email string
password string
리턴 void

AuthenticateUserAsync() 공개 메소드

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

CancelAsync() 공개 메소드

public CancelAsync ( object userState ) : void
userState object
리턴 void

GetKey2Async() 공개 메소드

public GetKey2Async ( string email, string password ) : void
email string
password string
리턴 void

GetKey2Async() 공개 메소드

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

GetKeyAsync() 공개 메소드

public GetKeyAsync ( string email ) : void
email string
리턴 void

GetKeyAsync() 공개 메소드

public GetKeyAsync ( string email, object userState ) : void
email string
userState object
리턴 void

GetLatestVersion2Async() 공개 메소드

public GetLatestVersion2Async ( string key ) : void
key string
리턴 void

GetLatestVersion2Async() 공개 메소드

public GetLatestVersion2Async ( string key, object userState ) : void
key string
userState object
리턴 void

GetLatestVersion3Async() 공개 메소드

public GetLatestVersion3Async ( string key, string currentVersion ) : void
key string
currentVersion string
리턴 void

GetLatestVersion3Async() 공개 메소드

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

GetLatestVersionAsync() 공개 메소드

public GetLatestVersionAsync ( ) : void
리턴 void

GetLatestVersionAsync() 공개 메소드

public GetLatestVersionAsync ( object userState ) : void
userState object
리턴 void

IsLiveAsync() 공개 메소드

public IsLiveAsync ( ) : void
리턴 void

IsLiveAsync() 공개 메소드

public IsLiveAsync ( object userState ) : void
userState object
리턴 void

LogStatisticAsync() 공개 메소드

public LogStatisticAsync ( string xml ) : void
xml string
리턴 void

LogStatisticAsync() 공개 메소드

public LogStatisticAsync ( string xml, object userState ) : void
xml string
userState object
리턴 void

MainService() 공개 메소드

public MainService ( ) : System
리턴 System

RegisterUser2Async() 공개 메소드

public RegisterUser2Async ( string xml ) : void
xml string
리턴 void

RegisterUser2Async() 공개 메소드

public RegisterUser2Async ( string xml, object userState ) : void
xml string
userState object
리턴 void

RegisterUserAsync() 공개 메소드

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
리턴 void

RegisterUserAsync() 공개 메소드

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
리턴 void

ResetStatisticsAsync() 공개 메소드

public ResetStatisticsAsync ( string email, bool newValue ) : void
email string
newValue bool
리턴 void

ResetStatisticsAsync() 공개 메소드

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