13 references to ContentType
System (3)
net\System\Net\mail\Attachment.cs (1)
173
ContentType contentType = new
ContentType
(mediaType);
net\System\Net\mail\ContentType.cs (1)
47
public ContentType() :
this
(Default)
net\System\Net\mail\MimePart.cs (1)
111
contentType = new
ContentType
(mimeType);
System.ServiceModel (7)
System\ServiceModel\Channels\HttpChannelHelpers.cs (3)
309
ContentType parsedContentType = new
ContentType
(ContentType);
314
action = new
ContentType
(parsedContentType.Parameters[startInfoHeaderParam]).Parameters["action"];
2664
ContentType parsedContentType = new
ContentType
(httpWebRequest.ContentType);
System\ServiceModel\Channels\MessageEncoder.cs (1)
183
ContentType parsedContentType = new
ContentType
(contentType);
System\ServiceModel\Channels\TextMessageEncoder.cs (2)
204
Fx.Assert(charSet == (new
ContentType
(contentType)).CharSet,
216
ContentType parsedContentType = new
ContentType
(contentType);
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
1321
contentType = new
ContentType
(contentTypeStr);
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\MultiplexingFormatMapping.cs (2)
30
defaultContentType = new
ContentType
(this.DefaultMediaType) { CharSet = this.writeCharset };
56
contentType = new
ContentType
(acceptHeaderElement.MediaType);
System\ServiceModel\Web\Utility.cs (1)
170
ContentType contentTypeToReturn = new
ContentType
(contentType);