3 overrides of ContentType
PresentationCore (1)
Core\CSharp\System\IO\Packaging\PackWebResponse.cs (1)
414
public override string
ContentType
System (2)
net\System\Net\filewebresponse.cs (1)
114
public override string
ContentType
{
net\System\Net\HttpWebResponse.cs (1)
186
public override string
ContentType
{
10 references to ContentType
PresentationCore (5)
Core\CSharp\MS\Internal\FontCache\FontSource.cs (2)
238
if (String.Equals(response.
ContentType
, ObfuscatedContentType, StringComparison.Ordinal))
315
if (String.Equals(response.
ContentType
, ObfuscatedContentType, StringComparison.Ordinal))
Core\CSharp\MS\Internal\WpfWebRequestHelper.cs (1)
313
contentType = new ContentType(response.
ContentType
);
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (1)
1188
mimeType = response.
ContentType
;
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
331
entry.contentType = response.
ContentType
;
System.Web.Services (5)
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (1)
262
contentType = response.
ContentType
;
System\Web\Services\Protocols\RequestResponse.cs (1)
94
Encoding e = GetEncoding(response.
ContentType
);
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
606
message.ContentType = response.
ContentType
;
System\Web\Services\Protocols\XmlReturnReader.cs (2)
115
if (!ContentType.MatchesBase(response.
ContentType
, ContentType.TextXml)) {
118
Encoding e = RequestResponseUtils.GetEncoding(response.
ContentType
);