C# 클래스 Azavea.NijPredictivePolicing.ACSAlchemistLibrary.Transfer.FileDownloader

This class contains the logic for caching, and downloading a url
파일 보기 프로젝트 열기: azavea/acs-alchemist

공개 메소드들

메소드 설명
GetFileByURL ( string desiredURL, string filePath, bool &cancelled, bool workOffline = false ) : bool

Attempts to download the desiredURL, and save it to filePath. Does not attempt to download the file unless the file creation time on the server is more recent than any existing copy, and the file hasn't been checked for over 7 days.

메소드 상세

GetFileByURL() 공개 정적인 메소드

Attempts to download the desiredURL, and save it to filePath. Does not attempt to download the file unless the file creation time on the server is more recent than any existing copy, and the file hasn't been checked for over 7 days.
public static GetFileByURL ( string desiredURL, string filePath, bool &cancelled, bool workOffline = false ) : bool
desiredURL string
filePath string
cancelled bool
workOffline bool
리턴 bool