Provides data for Shell DataReceived event.
public class ShellDataEventArgs : EventArgs
Inheritance
Initializes a new instance of the Renci.SshNet.Common.ShellDataEventArgs class.
public ShellDataEventArgs(byte[] data)
Parameters
data
byte[]
The data.
Initializes a new instance of the Renci.SshNet.Common.ShellDataEventArgs class.
public ShellDataEventArgs(string line)
Parameters
line
string
The line.
Gets the data.
public byte[] Data { get; }
Property Value
Gets the line data.
public string Line { get; }
Property Value
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4