Xceed .NET Libraries Documentation
HostName Property (ProxyClient)


Xceed.Ftp Assembly > Xceed.Ftp Namespace > ProxyClient Class : HostName Property
Gets the hostname or IP address of the proxy server this proxy client connects to.
Syntax
'Declaration
 
Public ReadOnly Property HostName As String
'Usage
 
Dim instance As ProxyClient
Dim value As String
 
value = instance.HostName
public string HostName {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

ProxyClient Class
ProxyClient Members