C# 클래스 Renci.SshNet.Common.ChannelDataEventArgs

Provides data for Renci.SshNet.Channels.Channel.DataReceived event and Renci.SshNet.Channels.Channel.ExtendedDataReceived events.
상속: ChannelEventArgs
파일 보기 프로젝트 열기: sshnet/SSH.NET 1 사용 예제들

공개 메소드들

메소드 설명
ChannelDataEventArgs ( uint channelNumber, byte data )

Initializes a new instance of the ChannelDataEventArgs class.

메소드 상세

ChannelDataEventArgs() 공개 메소드

Initializes a new instance of the ChannelDataEventArgs class.
public ChannelDataEventArgs ( uint channelNumber, byte data )
channelNumber uint Channel number.
data byte Channel data.