3 references to BoundaryParam
System.ServiceModel.Primitives (3)
Internals\System\Xml\XmlMtomReader.cs (2)
208if (!header.Parameters.TryGetValue(MtomGlobals.BoundaryParam, out boundary)) 209throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SRP.Format(SRP.MtomMessageRequiredParamNotSpecified, MtomGlobals.BoundaryParam)));
Internals\System\Xml\XmlMtomWriter.cs (1)
170MtomGlobals.BoundaryParam, boundary));