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