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)
403
int readBytes = innerStream.Read(buffer.Slice(0, (int)Math.Min(buffer.Length,
_maxRemainingLength
)));
415
int readBytes = await innerStream.ReadAsync(buffer.Slice(0, (int)Math.Min(buffer.Length,
_maxRemainingLength
)), cancellationToken)