4 references to StartInfoParam
System.ServiceModel.Primitives (4)
Internals\System\Xml\XmlMtomReader.cs (3)
216if (!header.Parameters.TryGetValue(MtomGlobals.StartInfoParam, out startInfo)) 2439if (parameters.ContainsKey(MtomGlobals.StartInfoParam)) 2443string startInfo = parameters[MtomGlobals.StartInfoParam];
Internals\System\Xml\XmlMtomWriter.cs (1)
176contentTypeBuilder.AppendFormat(CultureInfo.InvariantCulture, ";{0}=\"{1}\"", MtomGlobals.StartInfoParam, startInfo);