C# Class Renci.SshNet.Messages.Message

Base class for all SSH protocol messages
Inheritance: SshData
Afficher le fichier Open project: sshnet/SSH.NET Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string

Returns a string that represents this instance.

Méthodes protégées

Méthode Description
WriteBytes ( SshDataStream stream ) : void

Writes the message to the specified SshDataStream.

Private Methods

Méthode Description
GetPacket ( byte paddingMultiplier, Compressor compressor ) : byte[]
GetPacketDataLength ( int messageLength, byte paddingLength ) : uint
GetPaddingLength ( byte paddingMultiplier, long packetLength ) : byte
Process ( Session session ) : void

Process the current message for the specified Session.

Method Details

ToString() public méthode

Returns a string that represents this instance.
public ToString ( ) : string
Résultat string

WriteBytes() protected méthode

Writes the message to the specified SshDataStream.
protected WriteBytes ( SshDataStream stream ) : void
stream Renci.SshNet.Common.SshDataStream
Résultat void