3 instantiations of ContentTypeHeader
System.ServiceModel.Primitives (3)
Internals\System\Xml\XmlMtomReader.cs (3)
159ReadMessageContentTypeHeader(new ContentTypeHeader(contentType), out boundary, out start, out startInfo); 2288Add(new ContentTypeHeader(value)); 2364public static readonly ContentTypeHeader Default = new ContentTypeHeader("application/octet-stream");
5 references to ContentTypeHeader
System.ServiceModel.Primitives (5)
Internals\System\Xml\XmlMtomReader.cs (5)
195private void ReadMessageContentTypeHeader(ContentTypeHeader header, out string boundary, out string start, out string startInfo) 220private Encoding ReadRootContentTypeHeader(ContentTypeHeader header, Encoding[] expectedEncodings, string expectedType) 2233public ContentTypeHeader ContentType 2239return header as ContentTypeHeader; 2364public static readonly ContentTypeHeader Default = new ContentTypeHeader("application/octet-stream");