Beispiel #1
0
 public System.Threading.Tasks.Task <ServiceReference1.UploadImageResponse> UploadImageAsync(string userName, string password, string appOrDocRelativePath, byte[] imageBytes, bool createThumbnail, bool overwriteIfExists)
 {
     ServiceReference1.UploadImageRequest inValue = new ServiceReference1.UploadImageRequest();
     inValue.userName             = userName;
     inValue.password             = password;
     inValue.appOrDocRelativePath = appOrDocRelativePath;
     inValue.imageBytes           = imageBytes;
     inValue.createThumbnail      = createThumbnail;
     inValue.overwriteIfExists    = overwriteIfExists;
     return(((ServiceReference1.GUISoap)(this)).UploadImageAsync(inValue));
 }
Beispiel #2
0
 System.Threading.Tasks.Task <ServiceReference1.UploadImageResponse> ServiceReference1.GUISoap.UploadImageAsync(ServiceReference1.UploadImageRequest request)
 {
     return(base.Channel.UploadImageAsync(request));
 }