Renci.SshNet.Common.ShellDataEventArgs.ShellDataEventArgs C# (CSharp) Method

ShellDataEventArgs() public method

Initializes a new instance of the ShellDataEventArgs class.
public ShellDataEventArgs ( byte data ) : System
data byte The data.
return System
        public ShellDataEventArgs(byte[] data)
        {
            Data = data;
        }

Same methods

ShellDataEventArgs::ShellDataEventArgs ( string line ) : System
ShellDataEventArgs