UtilWebDownloadFileAsync(String, FileInfo) Method
Asynchronously downloads a file to the specified filepath.
Namespace: DevCase.Core.Networking.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void DownloadFileAsync(
string url,
FileInfo file
)
Public Shared Sub DownloadFileAsync (
url As String,
file As FileInfo
)
Dim url As String
Dim file As FileInfo
UtilWeb.DownloadFileAsync(url, file)
public:
static void DownloadFileAsync(
String^ url,
FileInfo^ file
)
static member DownloadFileAsync :
url : string *
file : FileInfo -> unit
No code example is currently available or this language may not be supported.
Parameters
- url String
-
The url to download.
- file FileInfo
-
The output file.
This is a code example.
No code example is currently available or this language may not be supported.
DownloadFileAsync("http://download.thinkbroadband.com/5MB.zip", New FileInfo("C:\5MB.zip"))
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.