6 references to ReadContentType
System.Data.Services.Client (6)
System\Data\Services\Client\BatchStream.cs (1)
294
KeyValuePair<string, string>[] parameters = HttpProcessUtility.
ReadContentType
(contentType, out mime, out encoding);
System\Data\Services\Client\DataServiceContext.cs (4)
3973
HttpProcessUtility.
ReadContentType
(this.ContentType, out mimeType, out encoding);
4674
HttpProcessUtility.
ReadContentType
(mediaRequest.ContentType, out mime, out encoding);
5297
HttpProcessUtility.
ReadContentType
(this.batchResponse.ContentType, out mime, out encoding);
5559
HttpProcessUtility.
ReadContentType
(contentType, out mime, out postEncoding);
System\Data\Services\Client\DataServiceRequest.cs (1)
83
HttpProcessUtility.
ReadContentType
(contentType, out mime, out encoding);