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

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

공개 메소드들

메소드 설명
WindowChangeRequestInfo ( )

Initializes a new instance of the WindowChangeRequestInfo class.

WindowChangeRequestInfo ( uint columns, uint rows, uint width, uint height )

Initializes a new instance of the WindowChangeRequestInfo 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

WindowChangeRequestInfo() 공개 메소드

Initializes a new instance of the WindowChangeRequestInfo class.

WindowChangeRequestInfo() 공개 메소드

Initializes a new instance of the WindowChangeRequestInfo class.
public WindowChangeRequestInfo ( uint columns, uint rows, uint width, uint height )
columns uint The columns.
rows uint The rows.
width uint The width.
height uint The height.