3 references to HttpRequestStreamReader
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\MemoryPoolHttpRequestStreamReaderFactory.cs (1)
51
return new
HttpRequestStreamReader
(stream, encoding, DefaultBufferSize, _bytePool, _charPool);
Microsoft.AspNetCore.WebUtilities (2)
HttpRequestStreamReader.cs (2)
42
:
this
(stream, encoding, DefaultBufferSize, ArrayPool<byte>.Shared, ArrayPool<char>.Shared)
53
:
this
(stream, encoding, bufferSize, ArrayPool<byte>.Shared, ArrayPool<char>.Shared)