Table of Contents

Class Message

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

Base class for all SSH protocol messages.

public abstract class Message : SshData
Inheritance
Message
Derived
Inherited Members

Constructors

Message()

protected Message()

Properties

BufferCapacity

protected override int BufferCapacity { get; }

Property Value

int

MessageName

Gets the message name as defined in RFC 4250.

public abstract string MessageName { get; }

Property Value

string

MessageNumber

Gets the message number as defined in RFC 4250.

public abstract byte MessageNumber { get; }

Property Value

byte

Methods

ToString()

public override string ToString()

Returns

string

WriteBytes(SshDataStream)

protected override void WriteBytes(SshDataStream stream)

Parameters

stream SshDataStream