2 writes to _maxResponseContentBufferSize
System.Net.Http (2)
System\Net\Http\HttpClient.cs (2)
135_maxResponseContentBufferSize = (int)value; 154_maxResponseContentBufferSize = HttpContent.MaxBufferSize;
5 references to _maxResponseContentBufferSize
System.Net.Http (5)
System\Net\Http\HttpClient.cs (5)
122get => _maxResponseContentBufferSize; 209_maxResponseContentBufferSize, 287_maxResponseContentBufferSize, 501response.Content.LoadIntoBuffer(_maxResponseContentBufferSize, cts.Token); 556await response.Content.LoadIntoBufferAsync(_maxResponseContentBufferSize, cts.Token).ConfigureAwait(false);