3 references to ContentType
dotnet (1)
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);