7 references to Close
InMemory.FunctionalTests (3)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (3)
188context.Response.Close(certData, willBlock: true); 206context.Response.Close(crl, willBlock: true); 248context.Response.Close(ocspResponse, willBlock: true);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (3)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (3)
188context.Response.Close(certData, willBlock: true); 206context.Response.Close(crl, willBlock: true); 248context.Response.Close(ocspResponse, willBlock: true);
System.Net.HttpListener (1)
System\Net\Managed\HttpConnection.cs (1)
454response.Close(error, false);