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