18 references to Close
Aspire.Acquisition.Tests (3)
Scripts\Common\ScriptHostFixture.cs (3)
177ctx.Response.Close(); 188ctx.Response.Close(); 199ctx.Response.Close();
dotnet-aot (4)
parent\dotnet\Commands\Test\MTP\IPC\HttpTestHostGateway.cs (4)
132response.Close(); 195response.Close(); 219response.Close(); 330response.Close();
Infrastructure.Tests (8)
PowerShellScripts\DownloadNativeArchivesTests.cs (8)
560try { ctx.Response.StatusCode = 500; ctx.Response.Close(); } catch { } 588ctx.Response.Close(); 599ctx.Response.Close(); 609ctx.Response.Close(); 638ctx.Response.Close(); 646ctx.Response.Close(); 650ctx.Response.Close(); 655ctx.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();