예제 #1
0
 public System.Threading.Tasks.Task <WindowsFormsApplication1.ServiceReference1.GetInfoResponse> GetInfoAsync(string logistics_No, string app_No)
 {
     WindowsFormsApplication1.ServiceReference1.GetInfoRequest inValue = new WindowsFormsApplication1.ServiceReference1.GetInfoRequest();
     inValue.Body = new WindowsFormsApplication1.ServiceReference1.GetInfoRequestBody();
     inValue.Body.logistics_No = logistics_No;
     inValue.Body.app_No       = app_No;
     return(((WindowsFormsApplication1.ServiceReference1.yServiceSoap)(this)).GetInfoAsync(inValue));
 }
예제 #2
0
 public string GetInfo(string logistics_No, string app_No)
 {
     WindowsFormsApplication1.ServiceReference1.GetInfoRequest inValue = new WindowsFormsApplication1.ServiceReference1.GetInfoRequest();
     inValue.Body = new WindowsFormsApplication1.ServiceReference1.GetInfoRequestBody();
     inValue.Body.logistics_No = logistics_No;
     inValue.Body.app_No       = app_No;
     WindowsFormsApplication1.ServiceReference1.GetInfoResponse retVal = ((WindowsFormsApplication1.ServiceReference1.yServiceSoap)(this)).GetInfo(inValue);
     return(retVal.Body.GetInfoResult);
 }
예제 #3
0
 System.Threading.Tasks.Task <WindowsFormsApplication1.ServiceReference1.GetInfoResponse> WindowsFormsApplication1.ServiceReference1.yServiceSoap.GetInfoAsync(WindowsFormsApplication1.ServiceReference1.GetInfoRequest request)
 {
     return(base.Channel.GetInfoAsync(request));
 }
예제 #4
0
 WindowsFormsApplication1.ServiceReference1.GetInfoResponse WindowsFormsApplication1.ServiceReference1.yServiceSoap.GetInfo(WindowsFormsApplication1.ServiceReference1.GetInfoRequest request)
 {
     return(base.Channel.GetInfo(request));
 }