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

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

Méthodes publiques

Méthode Description
CancelTcpIpForwardGlobalRequestMessage ( 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

CancelTcpIpForwardGlobalRequestMessage() public méthode

public CancelTcpIpForwardGlobalRequestMessage ( string addressToBind, uint portToBind ) : System
addressToBind string
portToBind 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