Xceed .NET Libraries Documentation
Xceed.SSH.Core Assembly / Xceed.SSH.Core Namespace / ProxyClient Class / HostName Property


In This Topic
    HostName Property (ProxyClient)
    In This Topic
    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;}

    Property Value

    A System.String that represents the hostname or IP address of the proxy server this proxy client connects to. Can be a null reference (Nothing in Visual Basic)
    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