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

Represents "break" type channel request information
Inheritance: RequestInfo
Show file Open project: sshnet/SSH.NET

Public Methods

Method Description
BreakRequestInfo ( )

Initializes a new instance of the ExecRequestInfo class.

BreakRequestInfo ( uint breakLength )

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

BreakRequestInfo() public method

Initializes a new instance of the ExecRequestInfo class.
public BreakRequestInfo ( )

BreakRequestInfo() public method

Initializes a new instance of the ExecRequestInfo class.
public BreakRequestInfo ( uint breakLength )
breakLength uint Length of the break.

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