C# 클래스 Renci.SshNet.Sftp.SftpMessage

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

공개 메소드들

메소드 설명
Load ( uint protocolVersion, byte data, int offset, int count, Encoding encoding ) : SftpMessage
ToString ( ) : string

보호된 메소드들

메소드 설명
LoadData ( ) : void
ReadAttributes ( ) : SftpFileAttributes
SaveData ( ) : void
WriteBytes ( SshDataStream stream ) : void

Writes the current message to the specified SshDataStream.

비공개 메소드들

메소드 설명
Load ( uint protocolVersion, SftpMessageTypes messageType, byte data, int offset, int count, Encoding encoding ) : SftpMessage

메소드 상세

Load() 공개 정적인 메소드

public static Load ( uint protocolVersion, byte data, int offset, int count, Encoding encoding ) : SftpMessage
protocolVersion uint
data byte
offset int
count int
encoding Encoding
리턴 SftpMessage

LoadData() 보호된 메소드

protected LoadData ( ) : void
리턴 void

ReadAttributes() 보호된 메소드

protected ReadAttributes ( ) : SftpFileAttributes
리턴 SftpFileAttributes

SaveData() 보호된 메소드

protected SaveData ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteBytes() 보호된 메소드

Writes the current message to the specified SshDataStream.
protected WriteBytes ( SshDataStream stream ) : void
stream Renci.SshNet.Common.SshDataStream The to write the message to.
리턴 void