Пример #1
0
 public System.Threading.Tasks.Task <ClienteWebService.WebServiceReferencia.helloResponse> helloAsync(string name)
 {
     ClienteWebService.WebServiceReferencia.helloRequest inValue = new ClienteWebService.WebServiceReferencia.helloRequest();
     inValue.Body      = new ClienteWebService.WebServiceReferencia.helloRequestBody();
     inValue.Body.name = name;
     return(((ClienteWebService.WebServiceReferencia.wsLocadora)(this)).helloAsync(inValue));
 }
Пример #2
0
 public string hello(string name)
 {
     ClienteWebService.WebServiceReferencia.helloRequest inValue = new ClienteWebService.WebServiceReferencia.helloRequest();
     inValue.Body      = new ClienteWebService.WebServiceReferencia.helloRequestBody();
     inValue.Body.name = name;
     ClienteWebService.WebServiceReferencia.helloResponse retVal = ((ClienteWebService.WebServiceReferencia.wsLocadora)(this)).hello(inValue);
     return(retVal.Body.@return);
 }
Пример #3
0
 System.Threading.Tasks.Task <ClienteWebService.WebServiceReferencia.helloResponse> ClienteWebService.WebServiceReferencia.wsLocadora.helloAsync(ClienteWebService.WebServiceReferencia.helloRequest request)
 {
     return(base.Channel.helloAsync(request));
 }
Пример #4
0
 ClienteWebService.WebServiceReferencia.helloResponse ClienteWebService.WebServiceReferencia.wsLocadora.hello(ClienteWebService.WebServiceReferencia.helloRequest request)
 {
     return(base.Channel.hello(request));
 }