コード例 #1
0
ファイル: Reference.cs プロジェクト: tarashor/Rielstartup
 public System.Threading.Tasks.Task <RielAp.Advertising.TurboSMSService.AuthResponse> AuthAsync(string login, string password)
 {
     RielAp.Advertising.TurboSMSService.AuthRequest inValue = new RielAp.Advertising.TurboSMSService.AuthRequest();
     inValue.Body          = new RielAp.Advertising.TurboSMSService.AuthRequestBody();
     inValue.Body.login    = login;
     inValue.Body.password = password;
     return(((RielAp.Advertising.TurboSMSService.ServiceSoap)(this)).AuthAsync(inValue));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: tarashor/Rielstartup
 public string Auth(string login, string password)
 {
     RielAp.Advertising.TurboSMSService.AuthRequest inValue = new RielAp.Advertising.TurboSMSService.AuthRequest();
     inValue.Body          = new RielAp.Advertising.TurboSMSService.AuthRequestBody();
     inValue.Body.login    = login;
     inValue.Body.password = password;
     RielAp.Advertising.TurboSMSService.AuthResponse retVal = ((RielAp.Advertising.TurboSMSService.ServiceSoap)(this)).Auth(inValue);
     return(retVal.Body.AuthResult);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: tarashor/Rielstartup
 System.Threading.Tasks.Task <RielAp.Advertising.TurboSMSService.AuthResponse> RielAp.Advertising.TurboSMSService.ServiceSoap.AuthAsync(RielAp.Advertising.TurboSMSService.AuthRequest request)
 {
     return(base.Channel.AuthAsync(request));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: tarashor/Rielstartup
 RielAp.Advertising.TurboSMSService.AuthResponse RielAp.Advertising.TurboSMSService.ServiceSoap.Auth(RielAp.Advertising.TurboSMSService.AuthRequest request)
 {
     return(base.Channel.Auth(request));
 }