Пример #1
0
 public string HelloWorld()
 {
     ws_PruebaEstudio.ServiceReference1.HelloWorldRequest inValue = new ws_PruebaEstudio.ServiceReference1.HelloWorldRequest();
     inValue.Body = new ws_PruebaEstudio.ServiceReference1.HelloWorldRequestBody();
     ws_PruebaEstudio.ServiceReference1.HelloWorldResponse retVal = ((ws_PruebaEstudio.ServiceReference1.PruebaEstudioSoap)(this)).HelloWorld(inValue);
     return(retVal.Body.HelloWorldResult);
 }
Пример #2
0
 public System.Threading.Tasks.Task <ws_PruebaEstudio.ServiceReference1.HelloWorldResponse> HelloWorldAsync()
 {
     ws_PruebaEstudio.ServiceReference1.HelloWorldRequest inValue = new ws_PruebaEstudio.ServiceReference1.HelloWorldRequest();
     inValue.Body = new ws_PruebaEstudio.ServiceReference1.HelloWorldRequestBody();
     return(((ws_PruebaEstudio.ServiceReference1.PruebaEstudioSoap)(this)).HelloWorldAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <ws_PruebaEstudio.ServiceReference1.HelloWorldResponse> ws_PruebaEstudio.ServiceReference1.PruebaEstudioSoap.HelloWorldAsync(ws_PruebaEstudio.ServiceReference1.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorldAsync(request));
 }
Пример #4
0
 ws_PruebaEstudio.ServiceReference1.HelloWorldResponse ws_PruebaEstudio.ServiceReference1.PruebaEstudioSoap.HelloWorld(ws_PruebaEstudio.ServiceReference1.HelloWorldRequest request)
 {
     return(base.Channel.HelloWorld(request));
 }