Table of Contents

Class DebugMessage

Namespace
Renci.SshNet.Messages.Transport
Assembly
Renci.SshNet.dll

Represents SSH_MSG_DEBUG message.

public class DebugMessage : Message
Inheritance
DebugMessage
Inherited Members

Constructors

DebugMessage()

public DebugMessage()

Properties

BufferCapacity

Gets the size of the message in bytes.

protected override int BufferCapacity { get; }

Property Value

int

The size of the messages in bytes.

IsAlwaysDisplay

Gets a value indicating whether the message to be always displayed.

public bool IsAlwaysDisplay { get; }

Property Value

bool

true if the message always to be displayed; otherwise, false.

Language

Gets message language.

public string Language { get; }

Property Value

string

Message

Gets debug message.

public string Message { get; }

Property Value

string

MessageName

public override string MessageName { get; }

Property Value

string

MessageNumber

public override byte MessageNumber { get; }

Property Value

byte

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()