<PackageReference Include="SSH.NET" Version="2013.4.7" />

ChannelDataEventArgs

Provides data for DataReceived event and ExtendedDataReceived events.
public byte[] Data { get; }

Gets channel data.

public uint DataTypeCode { get; }

Gets the data type code.

public ChannelDataEventArgs(uint channelNumber, byte[] data)

Initializes a new instance of the ChannelDataEventArgs class.

public ChannelDataEventArgs(uint channelNumber, byte[] data, uint dataTypeCode)

Initializes a new instance of the ChannelDataEventArgs class.