Base:
property
ContentType
System.Net.WebResponse.ContentType
9 references to ContentType
System.Data.Services.Client (4)
System\Data\Services\Client\DataServiceContext.cs (3)
5293
if (!BatchStream.GetBoundaryAndEncodingFromMultipartMixedContentType(this.batchResponse.
ContentType
, out boundary, out encoding))
5297
HttpProcessUtility.ReadContentType(this.batchResponse.
ContentType
, out mime, out encoding);
5303
throw Error.InvalidOperation(Strings.Batch_ExpectedContentType(this.batchResponse.
ContentType
), inner);
System\Data\Services\Client\QueryResult.cs (1)
444
this.contentType = response.
ContentType
;
System.ServiceModel (5)
System\ServiceModel\Channels\HttpChannelHelpers.cs (4)
867
return httpWebResponse.
ContentType
;
3845
if (string.IsNullOrEmpty(response.
ContentType
))
3858
if (!encoder.IsContentTypeSupported(response.
ContentType
))
3867
response.
ContentType
,
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
808
EncodingHelper.GetDictionaryReaderEncoding(response.
ContentType
),