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

Represents "window-change" type channel request information
Inheritance: RequestInfo
Afficher le fichier Open project: sshnet/SSH.NET

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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 méthode

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

SaveData() protected méthode

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

WindowChangeRequestInfo() public méthode

Initializes a new instance of the WindowChangeRequestInfo class.

WindowChangeRequestInfo() public méthode

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.