C# Класс Renci.SshNet.Messages.Message

Base class for all SSH protocol messages
Наследование: SshData
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ToString ( ) : string

Returns a string that represents this instance.

Защищенные методы

Метод Описание
WriteBytes ( SshDataStream stream ) : void

Writes the message to the specified SshDataStream.

Приватные методы

Метод Описание
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.

Описание методов

ToString() публичный Метод

Returns a string that represents this instance.
public ToString ( ) : string
Результат string

WriteBytes() защищенный Метод

Writes the message to the specified SshDataStream.
protected WriteBytes ( SshDataStream stream ) : void
stream Renci.SshNet.Common.SshDataStream
Результат void