C# Class Renci.SshNet.Common.ChannelEventArgs

Base class for all channel related events.
Inheritance: System.EventArgs
ファイルを表示 Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
ChannelEventArgs ( uint channelNumber ) : System

Initializes a new instance of the ChannelEventArgs class.

Method Details

ChannelEventArgs() public method

Initializes a new instance of the ChannelEventArgs class.
public ChannelEventArgs ( uint channelNumber ) : System
channelNumber uint The channel number.
return System