Class Proxy
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
Returns
- Proxy
A proxy that chains the specified proxies.