Downloads the resource with the specified URI to a local file.

Declaration Syntax
public void DownloadFile(
Uri address,
string fileName
)
Public Sub DownloadFile ( _
address As Uri, _
fileName As String _
)

Parameters
- address (Uri)
- The URI specified as a String, from which to download data.
- fileName (String)
- The name of the local file that is to receive the data.
Assembly:
InTheHand.Net (Module: InTheHand.Net) Version: 2.1.0.0