Xceed .NET Libraries Documentation
Xceed.SSH.Core Assembly / Xceed.SSH.Core 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;}

    Property Value

    A System.Net.IPEndPoint object that represents the address of the proxy server this proxy client connects to. Can be a null reference (Nothing in Visual Basic)
    Exceptions
    ExceptionDescription
    If an error occurrs while resolving the server host name to a valid IP address.
    Remarks
    If the proxy client was created from a host name and port, this property returns a null reference (Nothing in Visual Basic) until a 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