Intersoft ClientUI Documentation
Download Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > Downloader Class : Download Method






uri
Uri to be downloaded.
Download the specified uri.

Syntax

Visual Basic (Declaration) 
Public Sub Download( _
   ByVal uri As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As Downloader
Dim uri As String
 
instance.Download(uri)
C# 
public void Download( 
   string uri
)
Delphi 
public procedure Download( 
    uri: String
); 
JScript 
public function Download( 
   uri : String
);
Managed Extensions for C++ 
public: void Download( 
   string* uri
) 
C++/CLI 
public:
void Download( 
   String^ uri
) 

Parameters

uri
Uri to be downloaded.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.