示例#1
0
 public byte[] DownloadBytes(string nomeArquivo, string acesso)
 {
     SistemaConservadora.AtasWeb.DownloadBytesRequest inValue = new SistemaConservadora.AtasWeb.DownloadBytesRequest();
     inValue.nomeArquivo = nomeArquivo;
     inValue.acesso      = acesso;
     SistemaConservadora.AtasWeb.DownloadBytesResponse retVal = ((SistemaConservadora.AtasWeb.AtasWebSoap)(this)).DownloadBytes(inValue);
     return(retVal.DownloadBytesResult);
 }
示例#2
0
 SistemaConservadora.AtasWeb.DownloadBytesResponse SistemaConservadora.AtasWeb.AtasWebSoap.DownloadBytes(SistemaConservadora.AtasWeb.DownloadBytesRequest request)
 {
     return(base.Channel.DownloadBytes(request));
 }