In The Hand LtdIn The Hand
DownloadDataAsync Method (address, userToken)
NamespacesInTheHand.NetWebClientDownloadDataAsync(Uri, Object)
.NET Components for Mobility
Downloads the specified resource as a Byte array. This method does not block the calling thread.
Declaration Syntax
C#Visual Basic
public void DownloadDataAsync(
	Uri address,
	Object userToken
)
Public Sub DownloadDataAsync ( _
	address As Uri, _
	userToken As Object _
)
Parameters
address (Uri)
The URI of the resource to download.
userToken (Object)
A user-defined object that is passed to the method invoked when the asynchronous operation completes.

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 7.0.0.0