3 references to ContentType
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\IPC\HttpTestHostGateway.cs (1)
158if (!MediaTypeHeaderValue.TryParse(request.ContentType, out MediaTypeHeaderValue? contentType) ||
System.Net.HttpListener (2)
System\Net\HttpListenerRequest.cs (2)
90if (ContentType != null) 92string? charSet = Helpers.GetCharSetValueFromHeader(ContentType);