DownloadFile(String, DirectoryInfo)
|
Downloads a file to the specified directory.
The filename will be retrieved from url or from MIME types.
If filename cannot be retrieved, a random filename will be assigned to The output filepath.
|
DownloadFile(String, FileInfo)
|
Downloads a file to the specified filepath.
|
DownloadFile(String, String)
|
Downloads a file to the specified directory.
The filename will be retrieved from url or from MIME types.
If filename cannot be retrieved, a random filename will be assigned to The output filepath.
|
DownloadFile(String, String, String)
|
Downloads a file to the specified filepath.
|
DownloadFile(WebProxy, String, DirectoryInfo)
|
Downloads a file to the specified directory, using the specified proxy.
The filename will be retrieved from url or from MIME types.
If filename cannot be retrieved, a random filename will be assigned to The output filepath.
|
DownloadFile(WebProxy, String, FileInfo)
|
Downloads a file to the specified filepath, using the specified proxy.
|
DownloadFile(WebProxy, String, String)
|
Downloads a file to the specified directory, using the specified proxy.
The filename will be retrieved from url or from MIME types.
If filename cannot be retrieved, a random filename will be assigned to The output filepath.
|
DownloadFile(WebProxy, String, String, String)
|
Downloads a file to the specified filepath, using the specified proxy.
|