C# Class Renci.SshNet.Sftp.Requests.SftpBlockRequest

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

Méthodes publiques

Méthode Description
SftpBlockRequest ( uint protocolVersion, uint requestId, byte handle, System.UInt64 offset, System.UInt64 length, UInt32 lockMask, Action statusAction ) : System

Méthodes protégées

Méthode Description
LoadData ( ) : void
SaveData ( ) : void

Method Details

LoadData() protected méthode

protected LoadData ( ) : void
Résultat void

SaveData() protected méthode

protected SaveData ( ) : void
Résultat void

SftpBlockRequest() public méthode

public SftpBlockRequest ( uint protocolVersion, uint requestId, byte handle, System.UInt64 offset, System.UInt64 length, UInt32 lockMask, Action statusAction ) : System
protocolVersion uint
requestId uint
handle byte
offset System.UInt64
length System.UInt64
lockMask System.UInt32
statusAction Action
Résultat System