C# Class Renci.SshNet.Common.ChannelExtendedDataEventArgs

Provides data for Renci.SshNet.Channels.Channel.ExtendedDataReceived events.
Inheritance: ChannelDataEventArgs
Mostra file Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
ChannelExtendedDataEventArgs ( uint channelNumber, byte data, uint dataTypeCode )

Initializes a new instance of the ChannelExtendedDataEventArgs class.

Method Details

ChannelExtendedDataEventArgs() public method

Initializes a new instance of the ChannelExtendedDataEventArgs class.
public ChannelExtendedDataEventArgs ( uint channelNumber, byte data, uint dataTypeCode )
channelNumber uint Channel number.
data byte Channel data.
dataTypeCode uint Channel data type code.