Intersoft ClientUI Documentation
Download Method (Downloader)



Uri to be downloaded.
Download the specified uri.
Syntax
Public Sub Download( _
   ByVal uri As String _
) 
Dim instance As Downloader
Dim uri As String
 
instance.Download(uri)
public void Download( 
   string uri
)
public:
void Download( 
   String^ uri
) 

Parameters

uri
Uri to be downloaded.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Downloader Class
Downloader Members

Send Feedback