5 references to InputStream
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (1)
310
using (System.IO.Stream stream = request.
InputStream
)
Microsoft.AspNetCore.InternalTesting.Tests (1)
HttpClientSlimTest.cs (1)
38
using (var host = StartHost(out var address, handler: context => context.Request.
InputStream
.CopyToAsync(context.Response.OutputStream)))
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (1)
310
using (System.IO.Stream stream = request.
InputStream
)
System.Net.HttpListener (2)
System\Net\Managed\HttpListenerRequest.Managed.cs (2)
270
IAsyncResult ares =
InputStream
.BeginRead(bytes, 0, length, null, null);
273
if (
InputStream
.EndRead(ares) <= 0)