System.ClientModel.Internal.ReadTimeoutStream class ReadTimeoutStream : Stream Read-only Stream that will throw a OperationCanceledException if it has to wait longer than a configurable timeout to read more data Documentation Code namespace System.ClientModel.Internal { internal class ReadTimeoutStream : Stream { public ReadTimeoutStream(Stream stream, TimeSpan readTimeout); } }