2 references to NonSeekableReadStream
Microsoft.AspNetCore.Http.Tests (2)
Features\FormFeatureTests.cs (1)
560
context.Request.Body = new
NonSeekableReadStream
(formContent);
Features\NonSeekableReadStream.cs (1)
11
:
this
(new MemoryStream(data))