Пример #1
0
 public SaveFileForUURequest(TestAPI20171114.ImageService.MySoapHeader MySoapHeader, byte[] FileByteArray, int FileLength, string SaveToUrl)
 {
     this.MySoapHeader  = MySoapHeader;
     this.FileByteArray = FileByteArray;
     this.FileLength    = FileLength;
     this.SaveToUrl     = SaveToUrl;
 }
Пример #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);
 }
Пример #3
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));
 }