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