3 references to CharsetParam
System.ServiceModel.Primitives (3)
Internals\System\Xml\XmlMtomReader.cs (2)
230if (!header.Parameters.TryGetValue(MtomGlobals.CharsetParam, out charset) 232throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SRP.Format(SRP.MtomRootRequiredParamNotSpecified, MtomGlobals.CharsetParam)));
Internals\System\Xml\XmlMtomWriter.cs (1)
183string contentType = string.Format(CultureInfo.InvariantCulture, "{0};{1}={2}", MtomGlobals.XopType, MtomGlobals.CharsetParam, CharSet(encoding));