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


In This Topic
    ProxyClient Class
    In This Topic
    Base abstract class for creating a proxy client that allows connection or login to a remote SSH server via a proxy server.
    Syntax
    'Declaration
     
    Public MustInherit Class ProxyClient 
    'Usage
     
    Dim instance As ProxyClient
    public abstract class ProxyClient 
    Inheritance Hierarchy
    Public Properties
     NameDescription
    Public PropertyGets the address of the proxy server this proxy client connects to.  
    Public PropertyGets the hostname or IP address of the proxy server this proxy client connects to.  
    Public PropertyGets the port number of the proxy server this proxy client connects to.  
    Top
    Public Methods
     NameDescription
    Public MethodInstruct the proxy server to connect itself to the SSH server on our behalf.  
    Top
    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