Esempio n. 1
0
 public System.Threading.Tasks.Task <ClientSoap.ServiceReference1.helloWorldResponse> helloWorldAsync()
 {
     ClientSoap.ServiceReference1.helloWorldRequest inValue = new ClientSoap.ServiceReference1.helloWorldRequest();
     return(((ClientSoap.ServiceReference1.UrlWebService)(this)).helloWorldAsync(inValue));
 }
Esempio n. 2
0
 public string helloWorld()
 {
     ClientSoap.ServiceReference1.helloWorldRequest  inValue = new ClientSoap.ServiceReference1.helloWorldRequest();
     ClientSoap.ServiceReference1.helloWorldResponse retVal  = ((ClientSoap.ServiceReference1.UrlWebService)(this)).helloWorld(inValue);
     return(retVal.@return);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <ClientSoap.ServiceReference1.helloWorldResponse> ClientSoap.ServiceReference1.UrlWebService.helloWorldAsync(ClientSoap.ServiceReference1.helloWorldRequest request)
 {
     return(base.Channel.helloWorldAsync(request));
 }
Esempio n. 4
0
 ClientSoap.ServiceReference1.helloWorldResponse ClientSoap.ServiceReference1.UrlWebService.helloWorld(ClientSoap.ServiceReference1.helloWorldRequest request)
 {
     return(base.Channel.helloWorld(request));
 }