Esempio n. 1
0
 public string Get()
 {
     WindowsFormsApp.SW.GetRequest inValue = new WindowsFormsApp.SW.GetRequest();
     inValue.Body = new WindowsFormsApp.SW.GetRequestBody();
     WindowsFormsApp.SW.GetResponse retVal = ((WindowsFormsApp.SW.KYAServicesSoap)(this)).Get(inValue);
     return(retVal.Body.GetResult);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <WindowsFormsApp.SW.GetResponse> GetAsync()
 {
     WindowsFormsApp.SW.GetRequest inValue = new WindowsFormsApp.SW.GetRequest();
     inValue.Body = new WindowsFormsApp.SW.GetRequestBody();
     return(((WindowsFormsApp.SW.KYAServicesSoap)(this)).GetAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <WindowsFormsApp.SW.GetResponse> WindowsFormsApp.SW.KYAServicesSoap.GetAsync(WindowsFormsApp.SW.GetRequest request)
 {
     return(base.Channel.GetAsync(request));
 }
Esempio n. 4
0
 WindowsFormsApp.SW.GetResponse WindowsFormsApp.SW.KYAServicesSoap.Get(WindowsFormsApp.SW.GetRequest request)
 {
     return(base.Channel.Get(request));
 }