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

Inheritance: GlobalRequestMessage
Afficher le fichier Open project: sshnet/SSH.NET

Méthodes publiques

Méthode Description
TcpIpForwardGlobalRequestMessage ( string addressToBind, uint portToBind ) : System

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

TcpIpForwardGlobalRequestMessage() public méthode

public TcpIpForwardGlobalRequestMessage ( string addressToBind, uint portToBind ) : System
addressToBind string
portToBind uint
Résultat System