6 references to RequestContentType
System.Data.Services (6)
System\Data\Services\DataService.cs (1)
1832
if (!BatchStream.GetBoundaryAndEncodingFromMultipartMixedContentType(host.
RequestContentType
, out boundary, out encoding) ||
System\Data\Services\Serializers\Deserializer.cs (5)
144
HttpProcessUtility.ReadContentType(host.
RequestContentType
, out mimeType, out encoding);
185
throw new DataServiceException(415, Strings.BadRequest_UnsupportedRequestContentType(host.
RequestContentType
));
243
HttpProcessUtility.ReadContentType(host.
RequestContentType
, out mimeType, out encoding);
259
throw new DataServiceException(415, Strings.BadRequest_InvalidContentType(host.
RequestContentType
, description.TargetResourceType.Name));
263
throw new DataServiceException(415, Strings.BadRequest_InvalidContentTypeForOpenProperty(host.
RequestContentType
, description.ContainerName));