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

Represents "xon-xoff" type channel request information
Inheritance: RequestInfo
Mostrar archivo Open project: sshnet/SSH.NET

Public Methods

Method Description
XonXoffRequestInfo ( )

Initializes a new instance of the XonXoffRequestInfo class.

XonXoffRequestInfo ( bool clientCanDo )

Initializes a new instance of the XonXoffRequestInfo class.

Protected Methods

Method 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 method

Called when type specific data need to be loaded.
protected LoadData ( ) : void
return void

SaveData() protected method

Called when type specific data need to be saved.
protected SaveData ( ) : void
return void

XonXoffRequestInfo() public method

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

XonXoffRequestInfo() public method

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