5 references to InputStream
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (1)
310using (System.IO.Stream stream = request.InputStream)
Microsoft.AspNetCore.InternalTesting.Tests (1)
HttpClientSlimTest.cs (1)
38using (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)
310using (System.IO.Stream stream = request.InputStream)
System.Net.HttpListener (2)
System\Net\Managed\HttpListenerRequest.Managed.cs (2)
270IAsyncResult ares = InputStream.BeginRead(bytes, 0, length, null, null); 273if (InputStream.EndRead(ares) <= 0)