C# Класс Renci.SshNet.Messages.Connection.WindowChangeRequestInfo

Represents "window-change" type channel request information
Наследование: RequestInfo
Показать файл Открыть проект

Открытые методы

Метод Описание
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.