7 writes to ContentType
InMemory.FunctionalTests (3)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (3)
187context.Response.ContentType = "application/pkix-cert"; 205context.Response.ContentType = "application/pkix-crl"; 247context.Response.ContentType = "application/ocsp-response";
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (3)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (3)
187context.Response.ContentType = "application/pkix-cert"; 205context.Response.ContentType = "application/pkix-crl"; 247context.Response.ContentType = "application/ocsp-response";
System.Net.HttpListener (1)
System\Net\Managed\HttpConnection.cs (1)
452response.ContentType = "text/html";