4 references to ReadContentType
System.Data.Services (4)
parent\Client\System\Data\Services\Client\BatchStream.cs (1)
294KeyValuePair<string, string>[] parameters = HttpProcessUtility.ReadContentType(contentType, out mime, out encoding);
System\Data\Services\Serializers\Deserializer.cs (2)
144HttpProcessUtility.ReadContentType(host.RequestContentType, out mimeType, out encoding); 243HttpProcessUtility.ReadContentType(host.RequestContentType, out mimeType, out encoding);
System\Data\Services\Serializers\SyndicationDeserializer.cs (1)
189KeyValuePair<string, string>[] contentTypeParameters = HttpProcessUtility.ReadContentType(mediaType, out mime, out encoding);