Renci.SshNet.Common.ReadOnlyMemoryOwner sealed class ReadOnlyMemoryOwner : IMemoryOwner<byte>, IDisposable A type representing ownership of a rented, read-only buffer. Documentation Code public bool IsEmpty { get; } public int Length { get; } public ReadOnlySpan<byte> Span { get; } public ReadOnlyMemoryOwner(ArrayBuffer buffer) public void Dispose() public void Slice(int start)