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

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

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

Метод Описание
X11ForwardingRequestInfo ( )

Initializes a new instance of the X11ForwardingRequestInfo class.

X11ForwardingRequestInfo ( bool isSingleConnection, string protocol, byte cookie, uint screenNumber )

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

X11ForwardingRequestInfo() публичный Метод

Initializes a new instance of the X11ForwardingRequestInfo class.

X11ForwardingRequestInfo() публичный Метод

Initializes a new instance of the X11ForwardingRequestInfo class.
public X11ForwardingRequestInfo ( bool isSingleConnection, string protocol, byte cookie, uint screenNumber )
isSingleConnection bool if set to true it is a single connection.
protocol string The protocol.
cookie byte The cookie.
screenNumber uint The screen number.