2 writes to _maxResponseContentBufferSize
System.Net.Http (2)
System\Net\Http\HttpClient.cs (2)
130_maxResponseContentBufferSize = (int)value; 149_maxResponseContentBufferSize = HttpContent.MaxBufferSize;
5 references to _maxResponseContentBufferSize
System.Net.Http (5)
System\Net\Http\HttpClient.cs (5)
117get => _maxResponseContentBufferSize; 203_maxResponseContentBufferSize, 279_maxResponseContentBufferSize, 480response.Content.LoadIntoBuffer(_maxResponseContentBufferSize, cts.Token); 535await response.Content.LoadIntoBufferAsync(_maxResponseContentBufferSize, cts.Token).ConfigureAwait(false);