예제 #1
0
 public System.Threading.Tasks.Task <WebApplicationExamen.ServiceReference1.IntroducirAvisoResponse> IntroducirAvisoAsync(string texto)
 {
     WebApplicationExamen.ServiceReference1.IntroducirAvisoRequest inValue = new WebApplicationExamen.ServiceReference1.IntroducirAvisoRequest();
     inValue.Body       = new WebApplicationExamen.ServiceReference1.IntroducirAvisoRequestBody();
     inValue.Body.texto = texto;
     return(((WebApplicationExamen.ServiceReference1.WebServiceExamenSoap)(this)).IntroducirAvisoAsync(inValue));
 }
예제 #2
0
 public bool IntroducirAviso(string texto)
 {
     WebApplicationExamen.ServiceReference1.IntroducirAvisoRequest inValue = new WebApplicationExamen.ServiceReference1.IntroducirAvisoRequest();
     inValue.Body       = new WebApplicationExamen.ServiceReference1.IntroducirAvisoRequestBody();
     inValue.Body.texto = texto;
     WebApplicationExamen.ServiceReference1.IntroducirAvisoResponse retVal = ((WebApplicationExamen.ServiceReference1.WebServiceExamenSoap)(this)).IntroducirAviso(inValue);
     return(retVal.Body.IntroducirAvisoResult);
 }
예제 #3
0
 System.Threading.Tasks.Task <WebApplicationExamen.ServiceReference1.IntroducirAvisoResponse> WebApplicationExamen.ServiceReference1.WebServiceExamenSoap.IntroducirAvisoAsync(WebApplicationExamen.ServiceReference1.IntroducirAvisoRequest request)
 {
     return(base.Channel.IntroducirAvisoAsync(request));
 }
예제 #4
0
 WebApplicationExamen.ServiceReference1.IntroducirAvisoResponse WebApplicationExamen.ServiceReference1.WebServiceExamenSoap.IntroducirAviso(WebApplicationExamen.ServiceReference1.IntroducirAvisoRequest request)
 {
     return(base.Channel.IntroducirAviso(request));
 }