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