C# Class Granados.SSH.SSHChannelCollection.ChannelEntry

ファイルを表示 Open project: poderosaproject/poderosa

Public Properties

Property Type Description
Channel ISSHChannel
EventHandler ISSHChannelEventHandler

Public Methods

Method Description
ChannelEntry ( ISSHChannel channel, ISSHChannelEventHandler handler ) : System

Method Details

ChannelEntry() public method

public ChannelEntry ( ISSHChannel channel, ISSHChannelEventHandler handler ) : System
channel ISSHChannel
handler ISSHChannelEventHandler
return System

Property Details

Channel public_oe property

public ISSHChannel Channel
return ISSHChannel

EventHandler public_oe property

public ISSHChannelEventHandler EventHandler
return ISSHChannelEventHandler