Xceed .NET Libraries Documentation
Address Property (ProxyClient)


Xceed.Ftp Assembly > Xceed.Ftp Namespace > ProxyClient Class : Address Property
Gets the address of the proxy server this proxy client connects to.
Syntax
'Declaration
 
Public ReadOnly Property Address As IPEndPoint
'Usage
 
Dim instance As ProxyClient
Dim value As IPEndPoint
 
value = instance.Address
public IPEndPoint Address {get;}
Remarks
If the proxy client was created from a hostname and port, this property returns null until a first connection is made.
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