Пример #1
0
        void download(string remote, string local)
        {
            cardocr_mobile6.WSFileSystem f = new cardocr_mobile6.WSFileSystem(sessionID_, webServiceUrl_);

            string[] files;
            string ret =
            f.DownloadLargeFile(cardocr_mobile6.WSFileSystem.getFileName(remote),
                cardocr_mobile6.WSFileSystem.getFolder(remote),
                local,
                out files);
        }
Пример #2
0
 private cardocr_mobile6.WSFileSystem newWebServiceFileSystem()
 {
     cardocr_mobile6.WSFileSystem f = new cardocr_mobile6.WSFileSystem(sessionID_, webServiceUrl_);
     return f;
 }