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

Represents "x11-req" type channel request information
Inheritance: RequestInfo
Show file Open project: sshnet/SSH.NET

Public Methods

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

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

X11ForwardingRequestInfo() public method

Initializes a new instance of the X11ForwardingRequestInfo class.

X11ForwardingRequestInfo() public method

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.