ForwardedPort IsStarted Property SSH .NET Client Library Documentation
Gets or sets a value indicating whether port forwarding started.

Namespace: Renci.SshNet
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public bool IsStarted { get; protected set; }

Field Value

true if port forwarding started; otherwise, false.
See Also