예제 #1
0
 public SayHelloBody(HelloServiceReference.helloRequest HelloRequest)
 {
     this.HelloRequest = HelloRequest;
 }
예제 #2
0
 public System.Threading.Tasks.Task <HelloServiceReference.SayHelloResponse> SayHelloAsync(HelloServiceReference.helloRequest HelloRequest)
 {
     HelloServiceReference.SayHello inValue = new HelloServiceReference.SayHello();
     inValue.Body = new HelloServiceReference.SayHelloBody();
     inValue.Body.HelloRequest = HelloRequest;
     return(((HelloServiceReference.HelloEndpoint)(this)).SayHelloAsync(inValue));
 }