System\Web\Services\Protocols\SoapUnknownHeader.cs (9)
36element.SetAttribute(Soap.Attribute.MustUnderstand, Soap12.Namespace, "1");
38element.RemoveAttribute(Soap.Attribute.MustUnderstand, Soap.Namespace);
49element.SetAttribute(Soap.Attribute.MustUnderstand, Soap.Namespace, "1");
51element.RemoveAttribute(Soap.Attribute.MustUnderstand, Soap12.Namespace);
76string elementMustUnderstand = GetElementAttribute(Soap.Attribute.MustUnderstand, Soap.Namespace, element);
78elementMustUnderstand = GetElementAttribute(Soap.Attribute.MustUnderstand, Soap12.Namespace, element);
98element.SetAttribute(Soap.Attribute.MustUnderstand, Soap.Namespace, "1");
100element.RemoveAttribute(Soap.Attribute.MustUnderstand, Soap.Namespace);
102element.RemoveAttribute(Soap.Attribute.MustUnderstand, Soap12.Namespace);