C# Класс Renci.SshNet.Sftp.Requests.SftpLinkRequest

Наследование: SftpRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SftpLinkRequest ( uint protocolVersion, uint requestId, string newLinkPath, string existingPath, bool isSymLink, Action statusAction ) : Renci.SshNet.Sftp.Responses

Initializes a new instance of the SftpLinkRequest class.

Защищенные методы

Метод Описание
LoadData ( ) : void
SaveData ( ) : void

Описание методов

LoadData() защищенный Метод

protected LoadData ( ) : void
Результат void

SaveData() защищенный Метод

protected SaveData ( ) : void
Результат void

SftpLinkRequest() публичный Метод

Initializes a new instance of the SftpLinkRequest class.
public SftpLinkRequest ( uint protocolVersion, uint requestId, string newLinkPath, string existingPath, bool isSymLink, Action statusAction ) : Renci.SshNet.Sftp.Responses
protocolVersion uint The protocol version.
requestId uint The request id.
newLinkPath string Specifies the path name of the new link to create.
existingPath string Specifies the path of a target object to which the newly created link will refer. In the case of a symbolic link, this path may not exist.
isSymLink bool if set to false the link should be a hard link, or a second directory entry referring to the same file or directory object.
statusAction Action The status action.
Результат Renci.SshNet.Sftp.Responses