UtilWebDownloadFile(String, FileInfo) Method
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 DownloadFile(
string url,
FileInfo file
)
Public Shared Sub DownloadFile (
url As String,
file As FileInfo
)
Dim url As String
Dim file As FileInfo
UtilWeb.DownloadFile(url, file)
public:
static void DownloadFile(
String^ url,
FileInfo^ file
)
static member DownloadFile :
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.
DownloadFile("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.