Class ChannelOpenInfo
- Namespace
- Renci.SshNet.Messages.Connection
- Assembly
- Renci.SshNet.dll
Base class for open channel messages.
public abstract class ChannelOpenInfo : SshData
- Inheritance
-
ChannelOpenInfo
- Inherited Members
Constructors
ChannelOpenInfo()
protected ChannelOpenInfo()
Properties
ChannelType
Gets the type of the channel to open.
public abstract string ChannelType { get; }
Property Value
- string
The type of the channel to open.
Methods
LoadData()
Called when type specific data need to be loaded.
protected override void LoadData()
SaveData()
Called when type specific data need to be saved.
protected override void SaveData()