Ejemplo n.º 1
0
 public byte[] DownloadImage(string userName, string password, string appOrDocRelativePath)
 {
     GrinGlobal.Zone.GGService.DownloadImageRequest inValue = new GrinGlobal.Zone.GGService.DownloadImageRequest();
     inValue.userName             = userName;
     inValue.password             = password;
     inValue.appOrDocRelativePath = appOrDocRelativePath;
     GrinGlobal.Zone.GGService.DownloadImageResponse retVal = ((GrinGlobal.Zone.GGService.GUISoap)(this)).DownloadImage(inValue);
     return(retVal.DownloadImageResult);
 }
Ejemplo n.º 2
0
 GrinGlobal.Zone.GGService.DownloadImageResponse GrinGlobal.Zone.GGService.GUISoap.DownloadImage(GrinGlobal.Zone.GGService.DownloadImageRequest request)
 {
     return(base.Channel.DownloadImage(request));
 }