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

Inheritance: SftpMessage
Afficher le fichier Open project: sshnet/SSH.NET Class Usage Examples

Méthodes publiques

Méthode Description
Complete ( SftpResponse response ) : void

Méthodes protégées

Méthode Description
LoadData ( ) : void
SaveData ( ) : void
SetAction ( Action action ) : void
SetAction ( Action action ) : void
SetAction ( Action action ) : void
SetAction ( Action action ) : void
SetAction ( Action action ) : void
SftpRequest ( uint protocolVersion, uint requestId, Action statusAction ) : System

Method Details

Complete() public méthode

public Complete ( SftpResponse response ) : void
response Renci.SshNet.Sftp.Responses.SftpResponse
Résultat void

LoadData() protected méthode

protected LoadData ( ) : void
Résultat void

SaveData() protected méthode

protected SaveData ( ) : void
Résultat void

SetAction() protected méthode

protected SetAction ( Action action ) : void
action Action
Résultat void

SetAction() protected méthode

protected SetAction ( Action action ) : void
action Action
Résultat void

SetAction() protected méthode

protected SetAction ( Action action ) : void
action Action
Résultat void

SetAction() protected méthode

protected SetAction ( Action action ) : void
action Action
Résultat void

SetAction() protected méthode

protected SetAction ( Action action ) : void
action Action
Résultat void

SftpRequest() protected méthode

protected SftpRequest ( uint protocolVersion, uint requestId, Action statusAction ) : System
protocolVersion uint
requestId uint
statusAction Action
Résultat System