2 writes to _maxRemainingLength
System.Net.Requests (2)
System\Net\HttpWebResponse.cs (2)
404_maxRemainingLength -= readBytes; 417_maxRemainingLength -= readBytes;
2 references to _maxRemainingLength
System.Net.Requests (2)
System\Net\HttpWebResponse.cs (2)
403int readBytes = innerStream.Read(buffer.Slice(0, (int)Math.Min(buffer.Length, _maxRemainingLength))); 415int readBytes = await innerStream.ReadAsync(buffer.Slice(0, (int)Math.Min(buffer.Length, _maxRemainingLength)), cancellationToken)