Exemplo n.º 1
0
 public DemoTokenClient.DemoService.CallDemoServiceResponseType callDemoService(DemoTokenClient.DemoService.CallDemoServiceRequestType CallDemoServiceRequest1)
 {
     DemoTokenClient.DemoService.callDemoServiceRequest inValue = new DemoTokenClient.DemoService.callDemoServiceRequest();
     inValue.CallDemoServiceRequest1 = CallDemoServiceRequest1;
     DemoTokenClient.DemoService.callDemoServiceResponse retVal = ((DemoTokenClient.DemoService.DemoPortType)(this)).callDemoService(inValue);
     return(retVal.CallDemoServiceResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <DemoTokenClient.DemoService.callDemoServiceResponse> callDemoServiceAsync(DemoTokenClient.DemoService.CallDemoServiceRequestType CallDemoServiceRequest1)
 {
     DemoTokenClient.DemoService.callDemoServiceRequest inValue = new DemoTokenClient.DemoService.callDemoServiceRequest();
     inValue.CallDemoServiceRequest1 = CallDemoServiceRequest1;
     return(((DemoTokenClient.DemoService.DemoPortType)(this)).callDemoServiceAsync(inValue));
 }
Exemplo n.º 3
0
 public callDemoServiceRequest(DemoTokenClient.DemoService.CallDemoServiceRequestType CallDemoServiceRequest1)
 {
     this.CallDemoServiceRequest1 = CallDemoServiceRequest1;
 }