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

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

Public Methods

Method Description
SftpUnblockRequest ( uint protocolVersion, uint requestId, byte handle, System.UInt64 offset, System.UInt64 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

SftpUnblockRequest() public method

public SftpUnblockRequest ( uint protocolVersion, uint requestId, byte handle, System.UInt64 offset, System.UInt64 length, Action statusAction ) : System
protocolVersion uint
requestId uint
handle byte
offset System.UInt64
length System.UInt64
statusAction Action
return System