1 write to contentType
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomWriter.cs (1)
1072this.contentType = contentType ?? MtomGlobals.DefaultContentTypeForBinary;
2 references to contentType
System.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomWriter.cs (2)
508WriteMimeHeaders(part.contentID, part.contentType, part.contentTransferEncoding); 547await WriteMimeHeadersAsync(part.contentID, part.contentType, part.contentTransferEncoding);