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