3 references to LimitMemoryStream
System.Net.Http (3)
System\Net\Http\HttpClient.cs (1)
284new HttpContent.LimitMemoryStream(_maxResponseContentBufferSize, (int)contentLength.GetValueOrDefault()) :
System\Net\Http\HttpContent.cs (2)
647return new LimitMemoryStream((int)maxBufferSize, (int)contentLength); 651return new LimitMemoryStream((int)maxBufferSize, 0);