<PackageReference Include="System.ServiceModel.Primitives" Version="8.0.0" />

System.ServiceModel.Channels.DelegatingStream

public abstract class DelegatingStream : Stream
namespace System.ServiceModel.Channels { public abstract class DelegatingStream : Stream { protected Stream BaseStream { get; } protected DelegatingStream(Stream stream); } }