C# Class Renci.SshNet.Sftp.SftpMessage

Inheritance: SshData
Afficher le fichier Open project: sshnet/SSH.NET Class Usage Examples

Méthodes publiques

Méthode Description
Load ( uint protocolVersion, byte data, int offset, int count, Encoding encoding ) : SftpMessage
ToString ( ) : string

Méthodes protégées

Méthode Description
LoadData ( ) : void
ReadAttributes ( ) : SftpFileAttributes
SaveData ( ) : void
WriteBytes ( SshDataStream stream ) : void

Writes the current message to the specified SshDataStream.

Private Methods

Méthode Description
Load ( uint protocolVersion, SftpMessageTypes messageType, byte data, int offset, int count, Encoding encoding ) : SftpMessage

Method Details

Load() public static méthode

public static Load ( uint protocolVersion, byte data, int offset, int count, Encoding encoding ) : SftpMessage
protocolVersion uint
data byte
offset int
count int
encoding Encoding
Résultat SftpMessage

LoadData() protected méthode

protected LoadData ( ) : void
Résultat void

ReadAttributes() protected méthode

protected ReadAttributes ( ) : SftpFileAttributes
Résultat SftpFileAttributes

SaveData() protected méthode

protected SaveData ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

WriteBytes() protected méthode

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