Property | Type | Description | |
---|---|---|---|
Started | |||
Starting | |||
Stopped | |||
Stopping |
Method | Description | |
---|---|---|
Equals ( object other ) : bool | ||
GetHashCode ( ) : int | ||
ToStarting ( |
Returns a value indicating whether status has been changed to Starting. While a transition from Started to Starting is not possible, this method will return |
|
ToStopping ( |
Returns a value indicating whether status has been changed to Stopping. While a transition from Stopped to Stopping is not possible, this method will return |
|
ToString ( ) : string | ||
operator ( ) : bool |
Method | Description | |
---|---|---|
ForwardedPortStatus ( int value, string name ) : System |
public static ToStarting ( |
||
status | The status to transition from. | |
return | bool |
public static ToStopping ( |
||
status | The status to transition from. | |
return | bool |
public static ForwardedPortStatus,Renci.SshNet Started | ||
return |
public static ForwardedPortStatus,Renci.SshNet Starting | ||
return |
public static ForwardedPortStatus,Renci.SshNet Stopped | ||
return |