<PackageReference Include="System.ClientModel" Version="1.13.0" />
System.ClientModel.Internal.ReadTimeoutStream
Read-only Stream that will throw a
OperationCanceledException if it has to wait longer than a configurable timeout to read more data
namespace System.
ClientModel.
Internal
{
internal class ReadTimeoutStream :
Stream
{
public ReadTimeoutStream(
Stream stream,
TimeSpan readTimeout);
}
}