Table of Contents

Class Proxy

Namespace
Tmds.Ssh
Assembly
Tmds.Ssh.dll

Base class for SSH connection proxies.

public abstract class Proxy
Inheritance
Proxy
Derived
Inherited Members

Methods

Chain(params Proxy[])

Chains multiple proxies.

public static Proxy? Chain(params Proxy[] proxies)

Parameters

proxies Proxy[]

The Proxy instances to chain.

Returns

Proxy

A proxy that chains the specified proxies.