Class Message
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
MessageName
Gets the message name as defined in RFC 4250.
public abstract string MessageName { get; }
Property Value
MessageNumber
Gets the message number as defined in RFC 4250.
public abstract byte MessageNumber { get; }
Property Value
Methods
ToString()
public override string ToString()
Returns
WriteBytes(SshDataStream)
protected override void WriteBytes(SshDataStream stream)
Parameters
stream
SshDataStream