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

Represents "xon-xoff" type channel request information
Inheritance: RequestInfo
Afficher le fichier Open project: sshnet/SSH.NET

Méthodes publiques

Méthode Description
XonXoffRequestInfo ( )

Initializes a new instance of the XonXoffRequestInfo class.

XonXoffRequestInfo ( bool clientCanDo )

Initializes a new instance of the XonXoffRequestInfo 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

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

XonXoffRequestInfo() public méthode

Initializes a new instance of the XonXoffRequestInfo class.
public XonXoffRequestInfo ( )

XonXoffRequestInfo() public méthode

Initializes a new instance of the XonXoffRequestInfo class.
public XonXoffRequestInfo ( bool clientCanDo )
clientCanDo bool if set to true [client can do].