3 references to MediaSubtype
System.ServiceModel.Primitives (3)
Internals\System\Xml\XmlMtomReader.cs (2)
201|| string.Compare(MtomGlobals.MediaSubtype, header.MediaSubtype, StringComparison.OrdinalIgnoreCase) != 0) 202throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SRP.Format(SRP.MtomMessageNotMultipart, MtomGlobals.MediaType, MtomGlobals.MediaSubtype)));
Internals\System\Xml\XmlMtomWriter.cs (1)
168MtomGlobals.MediaType, MtomGlobals.MediaSubtype,