C# Class Renci.SshNet.Messages.Connection.WindowChangeRequestInfo

Represents "window-change" type channel request information
Inheritance: RequestInfo
Datei anzeigen Open project: sshnet/SSH.NET

Public Methods

Method Description
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.

Protected Methods

Method Description
LoadData ( ) : void

Called when type specific data need to be loaded.

SaveData ( ) : void

Called when type specific data need to be saved.

Method Details

LoadData() protected method

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

SaveData() protected method

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

WindowChangeRequestInfo() public method

Initializes a new instance of the WindowChangeRequestInfo class.

WindowChangeRequestInfo() public method

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.