UtilWebDownloadData(String) Method
Downloads the specified resource as a Byte array
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 byte[] DownloadData(
string url
)
Public Shared Function DownloadData (
url As String
) As Byte()
Dim url As String
Dim returnValue As Byte()
returnValue = UtilWeb.DownloadData(url)
public:
static array<unsigned char>^ DownloadData(
String^ url
)
static member DownloadData :
url : string -> byte[]
No code example is currently available or this language may not be supported.
- url String
-
The url to download.
Byte
The resource data.
This is a code example.
No code example is currently available or this language may not be supported.
Dim data As Byte() = DownloadData("http://download.thinkbroadband.com/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.