예제 #1
0
파일: Reference.cs 프로젝트: liusj666/AxNew
 public System.Threading.Tasks.Task <AxSRL.SMS.SMS.MongateCsGetSmsExExResponse> MongateCsGetSmsExExAsync(string userId, string password)
 {
     AxSRL.SMS.SMS.MongateCsGetSmsExExRequest inValue = new AxSRL.SMS.SMS.MongateCsGetSmsExExRequest();
     inValue.Body          = new AxSRL.SMS.SMS.MongateCsGetSmsExExRequestBody();
     inValue.Body.userId   = userId;
     inValue.Body.password = password;
     return(((AxSRL.SMS.SMS.wmgwSoap)(this)).MongateCsGetSmsExExAsync(inValue));
 }
예제 #2
0
파일: Reference.cs 프로젝트: liusj666/AxNew
 public AxSRL.SMS.SMS.ArrayOfString MongateCsGetSmsExEx(string userId, string password)
 {
     AxSRL.SMS.SMS.MongateCsGetSmsExExRequest inValue = new AxSRL.SMS.SMS.MongateCsGetSmsExExRequest();
     inValue.Body          = new AxSRL.SMS.SMS.MongateCsGetSmsExExRequestBody();
     inValue.Body.userId   = userId;
     inValue.Body.password = password;
     AxSRL.SMS.SMS.MongateCsGetSmsExExResponse retVal = ((AxSRL.SMS.SMS.wmgwSoap)(this)).MongateCsGetSmsExEx(inValue);
     return(retVal.Body.MongateCsGetSmsExExResult);
 }
예제 #3
0
파일: Reference.cs 프로젝트: liusj666/AxNew
 System.Threading.Tasks.Task <AxSRL.SMS.SMS.MongateCsGetSmsExExResponse> AxSRL.SMS.SMS.wmgwSoap.MongateCsGetSmsExExAsync(AxSRL.SMS.SMS.MongateCsGetSmsExExRequest request)
 {
     return(base.Channel.MongateCsGetSmsExExAsync(request));
 }
예제 #4
0
파일: Reference.cs 프로젝트: liusj666/AxNew
 AxSRL.SMS.SMS.MongateCsGetSmsExExResponse AxSRL.SMS.SMS.wmgwSoap.MongateCsGetSmsExEx(AxSRL.SMS.SMS.MongateCsGetSmsExExRequest request)
 {
     return(base.Channel.MongateCsGetSmsExEx(request));
 }