Ejemplo n.º 1
0
 public string hello(string name)
 {
     BridgeWebServiceCSharpSample.BridgeServiceReference.helloRequest inValue = new BridgeWebServiceCSharpSample.BridgeServiceReference.helloRequest();
     inValue.name = name;
     BridgeWebServiceCSharpSample.BridgeServiceReference.helloResponse retVal = ((BridgeWebServiceCSharpSample.BridgeServiceReference.BridgeWebService)(this)).hello(inValue);
     return(retVal.@return);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <BridgeWebServiceCSharpSample.BridgeServiceReference.helloResponse> helloAsync(string name)
 {
     BridgeWebServiceCSharpSample.BridgeServiceReference.helloRequest inValue = new BridgeWebServiceCSharpSample.BridgeServiceReference.helloRequest();
     inValue.name = name;
     return(((BridgeWebServiceCSharpSample.BridgeServiceReference.BridgeWebService)(this)).helloAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <BridgeWebServiceCSharpSample.BridgeServiceReference.helloResponse> BridgeWebServiceCSharpSample.BridgeServiceReference.BridgeWebService.helloAsync(BridgeWebServiceCSharpSample.BridgeServiceReference.helloRequest request)
 {
     return(base.Channel.helloAsync(request));
 }
Ejemplo n.º 4
0
 BridgeWebServiceCSharpSample.BridgeServiceReference.helloResponse BridgeWebServiceCSharpSample.BridgeServiceReference.BridgeWebService.hello(BridgeWebServiceCSharpSample.BridgeServiceReference.helloRequest request)
 {
     return(base.Channel.hello(request));
 }