Exemplo n.º 1
0
 public System.Threading.Tasks.Task <TestAPI20171114.ImageService.SaveFileForUUResponse> SaveFileForUUAsync(TestAPI20171114.ImageService.MySoapHeader MySoapHeader, byte[] FileByteArray, int FileLength, string SaveToUrl)
 {
     TestAPI20171114.ImageService.SaveFileForUURequest inValue = new TestAPI20171114.ImageService.SaveFileForUURequest();
     inValue.MySoapHeader  = MySoapHeader;
     inValue.FileByteArray = FileByteArray;
     inValue.FileLength    = FileLength;
     inValue.SaveToUrl     = SaveToUrl;
     return(((TestAPI20171114.ImageService.ImagesServiceSoap)(this)).SaveFileForUUAsync(inValue));
 }
Exemplo n.º 2
0
 public bool SaveFileForUU(TestAPI20171114.ImageService.MySoapHeader MySoapHeader, byte[] FileByteArray, int FileLength, string SaveToUrl)
 {
     TestAPI20171114.ImageService.SaveFileForUURequest inValue = new TestAPI20171114.ImageService.SaveFileForUURequest();
     inValue.MySoapHeader  = MySoapHeader;
     inValue.FileByteArray = FileByteArray;
     inValue.FileLength    = FileLength;
     inValue.SaveToUrl     = SaveToUrl;
     TestAPI20171114.ImageService.SaveFileForUUResponse retVal = ((TestAPI20171114.ImageService.ImagesServiceSoap)(this)).SaveFileForUU(inValue);
     return(retVal.SaveFileForUUResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <TestAPI20171114.ImageService.SaveFileForUUResponse> TestAPI20171114.ImageService.ImagesServiceSoap.SaveFileForUUAsync(TestAPI20171114.ImageService.SaveFileForUURequest request)
 {
     return(base.Channel.SaveFileForUUAsync(request));
 }
Exemplo n.º 4
0
 TestAPI20171114.ImageService.SaveFileForUUResponse TestAPI20171114.ImageService.ImagesServiceSoap.SaveFileForUU(TestAPI20171114.ImageService.SaveFileForUURequest request)
 {
     return(base.Channel.SaveFileForUU(request));
 }