C# 클래스 Renci.SshNet.ForwardedPortStatus

파일 보기 프로젝트 열기: sshnet/SSH.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Started ForwardedPortStatus
Starting ForwardedPortStatus
Stopped ForwardedPortStatus
Stopping ForwardedPortStatus

공개 메소드들

메소드 설명
Equals ( object other ) : bool
GetHashCode ( ) : int
ToStarting ( ForwardedPortStatus &status ) : bool

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 false for any such attempts. This is related to concurrency.

ToStopping ( ForwardedPortStatus &status ) : bool

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 false for any such attempts. This is related to concurrency.

ToString ( ) : string
operator ( ) : bool

비공개 메소드들

메소드 설명
ForwardedPortStatus ( int value, string name ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object other ) : bool
other object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 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 false for any such attempts. This is related to concurrency.
Cannot transition to .
public static ToStarting ( ForwardedPortStatus &status ) : bool
status ForwardedPortStatus The status to transition from.
리턴 bool

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 false for any such attempts. This is related to concurrency.
Cannot transition to .
public static ToStopping ( ForwardedPortStatus &status ) : bool
status ForwardedPortStatus The status to transition from.
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Started 공개적으로 정적으로 프로퍼티

public static ForwardedPortStatus,Renci.SshNet Started
리턴 ForwardedPortStatus

Starting 공개적으로 정적으로 프로퍼티

public static ForwardedPortStatus,Renci.SshNet Starting
리턴 ForwardedPortStatus

Stopped 공개적으로 정적으로 프로퍼티

public static ForwardedPortStatus,Renci.SshNet Stopped
리턴 ForwardedPortStatus

Stopping 공개적으로 정적으로 프로퍼티

public static ForwardedPortStatus,Renci.SshNet Stopping
리턴 ForwardedPortStatus