Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / SSHClient Class / ProxyClient Property


In This Topic
    ProxyClient Property
    In This Topic
    Gets or sets the proxy client to use for connecting and/or logging in via a proxy server.
    Syntax
    'Declaration
     
    Public Property ProxyClient As ProxyClient
    'Usage
     
    Dim instance As SSHClient
    Dim value As ProxyClient
     
    instance.ProxyClient = value
     
    value = instance.ProxyClient
    public ProxyClient ProxyClient {get; set;}

    Property Value

    A ProxyClient object that represents the proxy client to use for connecting and/or logging in via a proxy server. Or a null reference (Nothing in Visual Basic) is no proxy client is used. This is the default value.
    Remarks
    You can only set this property when the SSHClient is not connected.
    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