コード例 #1
0
 public System.Threading.Tasks.Task <M_Gwt.ServiceMobile.LoginResponse> LoginAsync(M_Gwt.ServiceMobile.AuthHeader AuthHeader, string account, string password, string appName)
 {
     M_Gwt.ServiceMobile.LoginRequest inValue = new M_Gwt.ServiceMobile.LoginRequest();
     inValue.AuthHeader = AuthHeader;
     inValue.account    = account;
     inValue.password   = password;
     inValue.appName    = appName;
     return(((M_Gwt.ServiceMobile.ServiceMobileSoap)(this)).LoginAsync(inValue));
 }
コード例 #2
0
 public M_Gwt.ServiceMobile.PackageOfString Login(M_Gwt.ServiceMobile.AuthHeader AuthHeader, string account, string password, string appName)
 {
     M_Gwt.ServiceMobile.LoginRequest inValue = new M_Gwt.ServiceMobile.LoginRequest();
     inValue.AuthHeader = AuthHeader;
     inValue.account    = account;
     inValue.password   = password;
     inValue.appName    = appName;
     M_Gwt.ServiceMobile.LoginResponse retVal = ((M_Gwt.ServiceMobile.ServiceMobileSoap)(this)).Login(inValue);
     return(retVal.LoginResult);
 }
コード例 #3
0
 System.Threading.Tasks.Task <M_Gwt.ServiceMobile.LoginResponse> M_Gwt.ServiceMobile.ServiceMobileSoap.LoginAsync(M_Gwt.ServiceMobile.LoginRequest request)
 {
     return(base.Channel.LoginAsync(request));
 }
コード例 #4
0
 M_Gwt.ServiceMobile.LoginResponse M_Gwt.ServiceMobile.ServiceMobileSoap.Login(M_Gwt.ServiceMobile.LoginRequest request)
 {
     return(base.Channel.Login(request));
 }