Esempio n. 1
0
 public string GetStatus()
 {
     WindowsFormsApplication1.ServiceReference1.GetStatusRequest inValue = new WindowsFormsApplication1.ServiceReference1.GetStatusRequest();
     inValue.Body = new WindowsFormsApplication1.ServiceReference1.GetStatusRequestBody();
     WindowsFormsApplication1.ServiceReference1.GetStatusResponse retVal = ((WindowsFormsApplication1.ServiceReference1.WebService1Soap)(this)).GetStatus(inValue);
     return(retVal.Body.GetStatusResult);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <WindowsFormsApplication1.ServiceReference1.GetStatusResponse> GetStatusAsync()
 {
     WindowsFormsApplication1.ServiceReference1.GetStatusRequest inValue = new WindowsFormsApplication1.ServiceReference1.GetStatusRequest();
     inValue.Body = new WindowsFormsApplication1.ServiceReference1.GetStatusRequestBody();
     return(((WindowsFormsApplication1.ServiceReference1.WebService1Soap)(this)).GetStatusAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <WindowsFormsApplication1.ServiceReference1.GetStatusResponse> WindowsFormsApplication1.ServiceReference1.WebService1Soap.GetStatusAsync(WindowsFormsApplication1.ServiceReference1.GetStatusRequest request)
 {
     return(base.Channel.GetStatusAsync(request));
 }
Esempio n. 4
0
 WindowsFormsApplication1.ServiceReference1.GetStatusResponse WindowsFormsApplication1.ServiceReference1.WebService1Soap.GetStatus(WindowsFormsApplication1.ServiceReference1.GetStatusRequest request)
 {
     return(base.Channel.GetStatus(request));
 }