10 references to Close
InMemory.FunctionalTests (3)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (3)
142context.Response.Close(); 162context.Response.Close(); 232context.Response.Close();
Microsoft.AspNetCore.InternalTesting.Tests (1)
HttpClientSlimTest.cs (1)
114context.Response.Close();
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (3)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (3)
142context.Response.Close(); 162context.Response.Close(); 232context.Response.Close();
System.Net.HttpListener (3)
System\Net\Managed\HttpResponseStream.Managed.cs (1)
89_response.Close();
System\Net\Managed\WebSockets\HttpWebSocket.Managed.cs (2)
140_context.Response.Close(); 150_context.Response.Close();