mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 17:25:51 +00:00
6039e121a8
Where beneficial, add additional overrides from the base Stream class. Namely the Span variants and for PipeStream, the WriteAsync variants (see comments). The change also adds an internal type borrowed from the runtime repo for easier buffer management, which could also be used elsewhere.