Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / ProxyClient Class / Address Property


In This Topic
    Address Property (ProxyClient)
    In This Topic
    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