コード例 #1
0
 public System.Threading.Tasks.Task <ProyectoFormularios.ReferenciaWEB.helloResponse> helloAsync(string name)
 {
     ProyectoFormularios.ReferenciaWEB.helloRequest inValue = new ProyectoFormularios.ReferenciaWEB.helloRequest();
     inValue.Body      = new ProyectoFormularios.ReferenciaWEB.helloRequestBody();
     inValue.Body.name = name;
     return(((ProyectoFormularios.ReferenciaWEB.ServicioWEB)(this)).helloAsync(inValue));
 }
コード例 #2
0
 public string hello(string name)
 {
     ProyectoFormularios.ReferenciaWEB.helloRequest inValue = new ProyectoFormularios.ReferenciaWEB.helloRequest();
     inValue.Body      = new ProyectoFormularios.ReferenciaWEB.helloRequestBody();
     inValue.Body.name = name;
     ProyectoFormularios.ReferenciaWEB.helloResponse retVal = ((ProyectoFormularios.ReferenciaWEB.ServicioWEB)(this)).hello(inValue);
     return(retVal.Body.@return);
 }
コード例 #3
0
 System.Threading.Tasks.Task <ProyectoFormularios.ReferenciaWEB.helloResponse> ProyectoFormularios.ReferenciaWEB.ServicioWEB.helloAsync(ProyectoFormularios.ReferenciaWEB.helloRequest request)
 {
     return(base.Channel.helloAsync(request));
 }
コード例 #4
0
 ProyectoFormularios.ReferenciaWEB.helloResponse ProyectoFormularios.ReferenciaWEB.ServicioWEB.hello(ProyectoFormularios.ReferenciaWEB.helloRequest request)
 {
     return(base.Channel.hello(request));
 }