コード例 #1
0
 public DemoClient.DemoService.CallDemoServiceResponseType callDemoService(DemoClient.DemoService.CallDemoServiceRequestType CallDemoServiceRequest1)
 {
     DemoClient.DemoService.callDemoServiceRequest inValue = new DemoClient.DemoService.callDemoServiceRequest();
     inValue.CallDemoServiceRequest1 = CallDemoServiceRequest1;
     DemoClient.DemoService.callDemoServiceResponse retVal = ((DemoClient.DemoService.DemoPortType)(this)).callDemoService(inValue);
     return(retVal.CallDemoServiceResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <DemoClient.DemoService.callDemoServiceResponse> callDemoServiceAsync(DemoClient.DemoService.CallDemoServiceRequestType CallDemoServiceRequest1)
 {
     DemoClient.DemoService.callDemoServiceRequest inValue = new DemoClient.DemoService.callDemoServiceRequest();
     inValue.CallDemoServiceRequest1 = CallDemoServiceRequest1;
     return(((DemoClient.DemoService.DemoPortType)(this)).callDemoServiceAsync(inValue));
 }
コード例 #3
0
 public callDemoServiceRequest(DemoClient.DemoService.CallDemoServiceRequestType CallDemoServiceRequest1)
 {
     this.CallDemoServiceRequest1 = CallDemoServiceRequest1;
 }