C# Class Renci.SshNet.Common.ShellDataEventArgs

Provides data for Shell DataReceived event
Inheritance: System.EventArgs
Afficher le fichier Open project: sshnet/SSH.NET Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

ShellDataEventArgs() public méthode

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