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

Used to open "forwarded-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
ForwardedTcpipChannelInfo ( byte data ) : System

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

ForwardedTcpipChannelInfo ( string connectedAddress, uint connectedPort, string originatorAddress, uint originatorPort ) : System

Initializes a new ForwardedTcpipChannelInfo instance with the specified connector address and port, and 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

ForwardedTcpipChannelInfo() public méthode

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

ForwardedTcpipChannelInfo() public méthode

Initializes a new ForwardedTcpipChannelInfo instance with the specified connector address and port, and originator address and port.
public ForwardedTcpipChannelInfo ( string connectedAddress, uint connectedPort, string originatorAddress, uint originatorPort ) : System
connectedAddress string
connectedPort uint
originatorAddress string
originatorPort uint
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