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

Used to open "x11" channel type
Inheritance: Renci.SshNet.Messages.Connection.ChannelOpenInfo
Mostrar archivo Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
X11ChannelOpenInfo ( byte data ) : System

Initializes a new instance of the X11ChannelOpenInfo class from the specified data.

X11ChannelOpenInfo ( string originatorAddress, uint originatorPort ) : System

Initializes a new instance of the X11ChannelOpenInfo class with the specified originator address and port.

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

X11ChannelOpenInfo() public method

Initializes a new instance of the X11ChannelOpenInfo class from the specified data.
is null.
public X11ChannelOpenInfo ( byte data ) : System
data byte
return System

X11ChannelOpenInfo() public method

Initializes a new instance of the X11ChannelOpenInfo class with the specified originator address and port.
public X11ChannelOpenInfo ( string originatorAddress, uint originatorPort ) : System
originatorAddress string The originator address.
originatorPort uint The originator port.
return System