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

Inheritance: SftpRequest
ファイルを表示 Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
SftpWriteRequest ( uint protocolVersion, uint requestId, byte handle, ulong serverFileOffset, byte data, int offset, int length, Action statusAction ) : System

Protected Methods

Method Description
LoadData ( ) : void
SaveData ( ) : void

Method Details

LoadData() protected method

protected LoadData ( ) : void
return void

SaveData() protected method

protected SaveData ( ) : void
return void

SftpWriteRequest() public method

public SftpWriteRequest ( uint protocolVersion, uint requestId, byte handle, ulong serverFileOffset, byte data, int offset, int length, Action statusAction ) : System
protocolVersion uint
requestId uint
handle byte
serverFileOffset ulong
data byte
offset int
length int
statusAction Action
return System