Method | Description | |
---|---|---|
FileDownloadSpec ( |
||
FileDownloadSpec ( |
||
FileDownloadSpec ( |
||
FileDownloadSpec ( string url, IAbsoluteFilePath localFile ) : System | ||
FileDownloadSpec ( string url, IAbsoluteFilePath localFile, ITransferProgress progress ) : System | ||
FileDownloadSpec ( string url, string localFile ) : System | ||
FileDownloadSpec ( string url, string localFile, ITransferProgress progress ) : System |
public FileDownloadSpec ( |
||
uri | ||
localFile | IAbsoluteFilePath | |
return | System |
public FileDownloadSpec ( |
||
uri | ||
localFile | IAbsoluteFilePath | |
progress | ITransferProgress | |
return | System |
public FileDownloadSpec ( |
||
uri | ||
localFile | string | |
return | System |
public FileDownloadSpec ( string url, IAbsoluteFilePath localFile ) : System | ||
url | string | |
localFile | IAbsoluteFilePath | |
return | System |
public FileDownloadSpec ( string url, IAbsoluteFilePath localFile, ITransferProgress progress ) : System | ||
url | string | |
localFile | IAbsoluteFilePath | |
progress | ITransferProgress | |
return | System |
public FileDownloadSpec ( string url, string localFile ) : System | ||
url | string | |
localFile | string | |
return | System |
public FileDownloadSpec ( string url, string localFile, ITransferProgress progress ) : System | ||
url | string | |
localFile | string | |
progress | ITransferProgress | |
return | System |