Esempio n. 1
0
 public string HolaMundo()
 {
     WS_Cliente_WebForms.ServiceReference.HolaMundoRequest inValue = new WS_Cliente_WebForms.ServiceReference.HolaMundoRequest();
     inValue.Body = new WS_Cliente_WebForms.ServiceReference.HolaMundoRequestBody();
     WS_Cliente_WebForms.ServiceReference.HolaMundoResponse retVal = ((WS_Cliente_WebForms.ServiceReference.WebServiceSoap)(this)).HolaMundo(inValue);
     return(retVal.Body.HolaMundoResult);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <WS_Cliente_WebForms.ServiceReference.HolaMundoResponse> HolaMundoAsync()
 {
     WS_Cliente_WebForms.ServiceReference.HolaMundoRequest inValue = new WS_Cliente_WebForms.ServiceReference.HolaMundoRequest();
     inValue.Body = new WS_Cliente_WebForms.ServiceReference.HolaMundoRequestBody();
     return(((WS_Cliente_WebForms.ServiceReference.WebServiceSoap)(this)).HolaMundoAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <WS_Cliente_WebForms.ServiceReference.HolaMundoResponse> WS_Cliente_WebForms.ServiceReference.WebServiceSoap.HolaMundoAsync(WS_Cliente_WebForms.ServiceReference.HolaMundoRequest request)
 {
     return(base.Channel.HolaMundoAsync(request));
 }
Esempio n. 4
0
 WS_Cliente_WebForms.ServiceReference.HolaMundoResponse WS_Cliente_WebForms.ServiceReference.WebServiceSoap.HolaMundo(WS_Cliente_WebForms.ServiceReference.HolaMundoRequest request)
 {
     return(base.Channel.HolaMundo(request));
 }