4 references to ContentType
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (1)
308
else if (request.HttpMethod == "POST" && request.
ContentType
== "application/ocsp-request")
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (1)
308
else if (request.HttpMethod == "POST" && request.
ContentType
== "application/ocsp-request")
System.Net.HttpListener (2)
System\Net\HttpListenerRequest.cs (2)
90
if (
ContentType
!= null)
92
string? charSet = Helpers.GetCharSetValueFromHeader(
ContentType
);