<PackageReference Include="SSH.NET" Version="2012.3.9" />

SftpRequest

abstract class SftpRequest : SftpMessage
public uint RequestId { get; }

public SftpRequest(uint requestId, Action<SftpStatusResponse> statusAction)

public void Complete(SftpResponse response)

protected void SetAction(Action<SftpAttrsResponse> action)

protected void SetAction(Action<SftpDataResponse> action)

protected void SetAction(Action<SftpExtendedReplyResponse> action)

protected void SetAction(Action<SftpHandleResponse> action)

protected void SetAction(Action<SftpNameResponse> action)