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

Inheritance: SftpMessage
Mostrar archivo Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
Complete ( SftpResponse response ) : void

Protected Methods

Method 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 method

public Complete ( SftpResponse response ) : void
response Renci.SshNet.Sftp.Responses.SftpResponse
return void

LoadData() protected method

protected LoadData ( ) : void
return void

SaveData() protected method

protected SaveData ( ) : void
return void

SetAction() protected method

protected SetAction ( Action action ) : void
action Action
return void

SetAction() protected method

protected SetAction ( Action action ) : void
action Action
return void

SetAction() protected method

protected SetAction ( Action action ) : void
action Action
return void

SetAction() protected method

protected SetAction ( Action action ) : void
action Action
return void

SetAction() protected method

protected SetAction ( Action action ) : void
action Action
return void

SftpRequest() protected method

protected SftpRequest ( uint protocolVersion, uint requestId, Action statusAction ) : System
protocolVersion uint
requestId uint
statusAction Action
return System