C# Class Renci.SshNet.Common.ChannelEventArgs

Base class for all channel related events.
Inheritance: System.EventArgs
Afficher le fichier Open project: sshnet/SSH.NET Class Usage Examples

Méthodes publiques

Méthode Description
ChannelEventArgs ( uint channelNumber ) : System

Initializes a new instance of the ChannelEventArgs class.

Method Details

ChannelEventArgs() public méthode

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