예제 #1
0
 public Lab11_ASP_asmx_web_form.ServiceReference1.ArrayOfString GetCalculationsApll()
 {
     Lab11_ASP_asmx_web_form.ServiceReference1.GetCalculationsApllRequest inValue = new Lab11_ASP_asmx_web_form.ServiceReference1.GetCalculationsApllRequest();
     inValue.Body = new Lab11_ASP_asmx_web_form.ServiceReference1.GetCalculationsApllRequestBody();
     Lab11_ASP_asmx_web_form.ServiceReference1.GetCalculationsApllResponse retVal = ((Lab11_ASP_asmx_web_form.ServiceReference1.SSLServiceSoap)(this)).GetCalculationsApll(inValue);
     return(retVal.Body.GetCalculationsApllResult);
 }
예제 #2
0
 public System.Threading.Tasks.Task <Lab11_ASP_asmx_web_form.ServiceReference1.GetCalculationsApllResponse> GetCalculationsApllAsync()
 {
     Lab11_ASP_asmx_web_form.ServiceReference1.GetCalculationsApllRequest inValue = new Lab11_ASP_asmx_web_form.ServiceReference1.GetCalculationsApllRequest();
     inValue.Body = new Lab11_ASP_asmx_web_form.ServiceReference1.GetCalculationsApllRequestBody();
     return(((Lab11_ASP_asmx_web_form.ServiceReference1.SSLServiceSoap)(this)).GetCalculationsApllAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <Lab11_ASP_asmx_web_form.ServiceReference1.GetCalculationsApllResponse> Lab11_ASP_asmx_web_form.ServiceReference1.SSLServiceSoap.GetCalculationsApllAsync(Lab11_ASP_asmx_web_form.ServiceReference1.GetCalculationsApllRequest request)
 {
     return(base.Channel.GetCalculationsApllAsync(request));
 }
예제 #4
0
 Lab11_ASP_asmx_web_form.ServiceReference1.GetCalculationsApllResponse Lab11_ASP_asmx_web_form.ServiceReference1.SSLServiceSoap.GetCalculationsApll(Lab11_ASP_asmx_web_form.ServiceReference1.GetCalculationsApllRequest request)
 {
     return(base.Channel.GetCalculationsApll(request));
 }