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)); }
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); }
System.Threading.Tasks.Task <TestAPI20171114.ImageService.SaveFileForUUResponse> TestAPI20171114.ImageService.ImagesServiceSoap.SaveFileForUUAsync(TestAPI20171114.ImageService.SaveFileForUURequest request) { return(base.Channel.SaveFileForUUAsync(request)); }
TestAPI20171114.ImageService.SaveFileForUUResponse TestAPI20171114.ImageService.ImagesServiceSoap.SaveFileForUU(TestAPI20171114.ImageService.SaveFileForUURequest request) { return(base.Channel.SaveFileForUU(request)); }