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

Used to open "direct-tcpip" 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
DirectTcpipChannelInfo ( byte data ) : System

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

DirectTcpipChannelInfo ( string hostToConnect, uint portToConnect, string originatorAddress, uint originatorPort ) : System

Initializes a new instance of the DirectTcpipChannelInfo class.

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

DirectTcpipChannelInfo() public méthode

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

DirectTcpipChannelInfo() public méthode

Initializes a new instance of the DirectTcpipChannelInfo class.
public DirectTcpipChannelInfo ( string hostToConnect, uint portToConnect, string originatorAddress, uint originatorPort ) : System
hostToConnect string The host to connect.
portToConnect uint The port to connect.
originatorAddress string The originator address.
originatorPort uint The originator port.
Résultat System

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