Gets or sets a value indicating whether port forwarding started.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
public bool IsStarted { get; protected set; }public bool IsStarted { get; protected set; }Public Property IsStarted As Boolean
Get
Protected Set
Public Property IsStarted As Boolean
Get
Protected Set
public:
property bool IsStarted {
bool get ();
protected: void set (bool value);
}public:
property bool IsStarted {
bool get ();
protected: void set (bool value);
}Field Value
true if port forwarding started; otherwise,
false.