C# 클래스 Renci.SshNet.Messages.Message

Base class for all SSH protocol messages
상속: SshData
파일 보기 프로젝트 열기: sshnet/SSH.NET 1 사용 예제들

공개 메소드들

메소드 설명
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