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

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

Public Methods

Method Description
HardLinkRequest ( uint protocolVersion, uint requestId, string oldPath, string newPath, Action statusAction ) : System

Protected Methods

Method Description
SaveData ( ) : void

Method Details

HardLinkRequest() public method

public HardLinkRequest ( uint protocolVersion, uint requestId, string oldPath, string newPath, Action statusAction ) : System
protocolVersion uint
requestId uint
oldPath string
newPath string
statusAction Action
return System

SaveData() protected method

protected SaveData ( ) : void
return void