Intersoft ClientUI Documentation
Client Property



Gets the WebClient.
Syntax
Public ReadOnly Property Client As WebClient
Dim instance As Downloader
Dim value As WebClient
 
value = instance.Client
public WebClient Client {get;}
public:
property WebClient^ Client {
   WebClient^ get();
}
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