예제 #1
0
 public System.Threading.Tasks.Task <WebApplication4.ServiceReference1.sayHelloResponse> sayHelloAsync(string name)
 {
     WebApplication4.ServiceReference1.sayHelloRequest inValue = new WebApplication4.ServiceReference1.sayHelloRequest();
     inValue.Body      = new WebApplication4.ServiceReference1.sayHelloRequestBody();
     inValue.Body.name = name;
     return(((WebApplication4.ServiceReference1.test_webserviceSoap)(this)).sayHelloAsync(inValue));
 }
예제 #2
0
 public string sayHello(string name)
 {
     WebApplication4.ServiceReference1.sayHelloRequest inValue = new WebApplication4.ServiceReference1.sayHelloRequest();
     inValue.Body      = new WebApplication4.ServiceReference1.sayHelloRequestBody();
     inValue.Body.name = name;
     WebApplication4.ServiceReference1.sayHelloResponse retVal = ((WebApplication4.ServiceReference1.test_webserviceSoap)(this)).sayHello(inValue);
     return(retVal.Body.sayHelloResult);
 }
예제 #3
0
 System.Threading.Tasks.Task <WebApplication4.ServiceReference1.sayHelloResponse> WebApplication4.ServiceReference1.test_webserviceSoap.sayHelloAsync(WebApplication4.ServiceReference1.sayHelloRequest request)
 {
     return(base.Channel.sayHelloAsync(request));
 }
예제 #4
0
 WebApplication4.ServiceReference1.sayHelloResponse WebApplication4.ServiceReference1.test_webserviceSoap.sayHello(WebApplication4.ServiceReference1.sayHelloRequest request)
 {
     return(base.Channel.sayHello(request));
 }