C# 클래스 Renci.SshNet.Messages.Connection.XonXoffRequestInfo

Represents "xon-xoff" type channel request information
상속: RequestInfo
파일 보기 프로젝트 열기: sshnet/SSH.NET

공개 메소드들

메소드 설명
XonXoffRequestInfo ( )

Initializes a new instance of the XonXoffRequestInfo class.

XonXoffRequestInfo ( bool clientCanDo )

Initializes a new instance of the XonXoffRequestInfo class.

보호된 메소드들

메소드 설명
LoadData ( ) : void

Called when type specific data need to be loaded.

SaveData ( ) : void

Called when type specific data need to be saved.

메소드 상세

LoadData() 보호된 메소드

Called when type specific data need to be loaded.
protected LoadData ( ) : void
리턴 void

SaveData() 보호된 메소드

Called when type specific data need to be saved.
protected SaveData ( ) : void
리턴 void

XonXoffRequestInfo() 공개 메소드

Initializes a new instance of the XonXoffRequestInfo class.
public XonXoffRequestInfo ( )

XonXoffRequestInfo() 공개 메소드

Initializes a new instance of the XonXoffRequestInfo class.
public XonXoffRequestInfo ( bool clientCanDo )
clientCanDo bool if set to true [client can do].