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