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