Class ChannelOpenInfo
- Namespace
- Renci.SshNet.Messages.Connection
- Assembly
- Renci.SshNet.dll
Base class for open channel messages.
public abstract class ChannelOpenInfo : SshData
Inheritance
Inherited Members
Properties
ChannelType
Gets the type of the channel to open.
public abstract string ChannelType { get; }
Property Value
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()