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

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

Public Methods

Method Description
SftpSymLinkRequest ( uint protocolVersion, uint requestId, string newLinkPath, string existingPath, Encoding encoding, 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

SftpSymLinkRequest() public method

public SftpSymLinkRequest ( uint protocolVersion, uint requestId, string newLinkPath, string existingPath, Encoding encoding, Action statusAction ) : System
protocolVersion uint
requestId uint
newLinkPath string
existingPath string
encoding System.Text.Encoding
statusAction Action
return System