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