C# Class Granados.SSH.SSHChannelCollection.ChannelEntry

Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

Свойство Type Description
Channel ISSHChannel
EventHandler ISSHChannelEventHandler

Méthodes publiques

Méthode Description
ChannelEntry ( ISSHChannel channel, ISSHChannelEventHandler handler ) : System

Method Details

ChannelEntry() public méthode

public ChannelEntry ( ISSHChannel channel, ISSHChannelEventHandler handler ) : System
channel ISSHChannel
handler ISSHChannelEventHandler
Résultat System

Property Details

Channel public_oe property

public ISSHChannel Channel
Résultat ISSHChannel

EventHandler public_oe property

public ISSHChannelEventHandler EventHandler
Résultat ISSHChannelEventHandler