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

Renci.SshNet.Sftp.Requests.SftpBlockRequest

sealed class SftpBlockRequest : SftpRequest
namespace Renci.SshNet.Sftp.Requests { internal sealed class SftpBlockRequest : SftpRequest { public byte[] Handle { get; } public ulong Offset { get; } public ulong Length { get; } public uint LockMask { get; } public SftpBlockRequest(uint protocolVersion, uint requestId, byte[] handle, ulong offset, ulong length, uint lockMask, Action<SftpStatusResponse> statusAction); } }