Renci.SshNet.Sftp.Requests.SftpWriteRequestBuffer
A helper type that wraps a buffer for SFTP write requests.
Gets the space available to write as file data. Does not consider DataLength.
public SftpWriteRequestBuffer(ReadOnlySpan<byte> handle, ulong serverFileOffset, ReadOnlySpan<byte> data, bool usePool = false)