C# Class Renci.SshNet.Common.ShellDataEventArgs

Provides data for Shell DataReceived event
Inheritance: System.EventArgs
显示文件 Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
ShellDataEventArgs ( byte data ) : System

Initializes a new instance of the ShellDataEventArgs class.

ShellDataEventArgs ( string line ) : System

Initializes a new instance of the ShellDataEventArgs class.

Method Details

ShellDataEventArgs() public method

Initializes a new instance of the ShellDataEventArgs class.
public ShellDataEventArgs ( byte data ) : System
data byte The data.
return System

ShellDataEventArgs() public method

Initializes a new instance of the ShellDataEventArgs class.
public ShellDataEventArgs ( string line ) : System
line string The line.
return System