Exemplo n.º 1
0
 public System.Threading.Tasks.Task <ParallelWsTester.SoapFruitLoops.ConvertDOCResponse> ConvertDOCAsync(string FileContent)
 {
     ParallelWsTester.SoapFruitLoops.ConvertDOCRequest inValue = new ParallelWsTester.SoapFruitLoops.ConvertDOCRequest();
     inValue.Body             = new ParallelWsTester.SoapFruitLoops.ConvertDOCRequestBody();
     inValue.Body.FileContent = FileContent;
     return(((ParallelWsTester.SoapFruitLoops.FruitLoopsSoap)(this)).ConvertDOCAsync(inValue));
 }
Exemplo n.º 2
0
 public ParallelWsTester.SoapFruitLoops.ResultDTO ConvertDOC(string FileContent)
 {
     ParallelWsTester.SoapFruitLoops.ConvertDOCRequest inValue = new ParallelWsTester.SoapFruitLoops.ConvertDOCRequest();
     inValue.Body             = new ParallelWsTester.SoapFruitLoops.ConvertDOCRequestBody();
     inValue.Body.FileContent = FileContent;
     ParallelWsTester.SoapFruitLoops.ConvertDOCResponse retVal = ((ParallelWsTester.SoapFruitLoops.FruitLoopsSoap)(this)).ConvertDOC(inValue);
     return(retVal.Body.ConvertDOCResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <ParallelWsTester.SoapFruitLoops.ConvertDOCResponse> ParallelWsTester.SoapFruitLoops.FruitLoopsSoap.ConvertDOCAsync(ParallelWsTester.SoapFruitLoops.ConvertDOCRequest request)
 {
     return(base.Channel.ConvertDOCAsync(request));
 }
Exemplo n.º 4
0
 ParallelWsTester.SoapFruitLoops.ConvertDOCResponse ParallelWsTester.SoapFruitLoops.FruitLoopsSoap.ConvertDOC(ParallelWsTester.SoapFruitLoops.ConvertDOCRequest request)
 {
     return(base.Channel.ConvertDOC(request));
 }