示例#1
0
 public System.Threading.Tasks.Task <ServiceReference1.DownloadImageResponse> DownloadImageAsync(string userName, string password, string appOrDocRelativePath)
 {
     ServiceReference1.DownloadImageRequest inValue = new ServiceReference1.DownloadImageRequest();
     inValue.userName             = userName;
     inValue.password             = password;
     inValue.appOrDocRelativePath = appOrDocRelativePath;
     return(((ServiceReference1.GUISoap)(this)).DownloadImageAsync(inValue));
 }
示例#2
0
 System.Threading.Tasks.Task <ServiceReference1.DownloadImageResponse> ServiceReference1.GUISoap.DownloadImageAsync(ServiceReference1.DownloadImageRequest request)
 {
     return(base.Channel.DownloadImageAsync(request));
 }