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

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

Méthodes publiques

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

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

X11ChannelOpenInfo() public méthode

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

X11ChannelOpenInfo() public méthode

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.
Résultat System