<PackageReference Include="System.ServiceModel.Primitives" Version="6.0.0" />
System.ServiceModel.Channels.DelegatingStream
namespace System.
ServiceModel.
Channels
{
public abstract class DelegatingStream :
Stream
{
protected Stream BaseStream { get; }
protected DelegatingStream(
Stream stream);
}
}