System\Web\Services\Protocols\SoapUnknownHeader.cs (5)
76string elementMustUnderstand = GetElementAttribute(Soap.Attribute.MustUnderstand, Soap.Namespace, element);
78elementMustUnderstand = GetElementAttribute(Soap.Attribute.MustUnderstand, Soap12.Namespace, element);
111string elementActor = GetElementAttribute(Soap.Attribute.Actor, Soap.Namespace, element);
113elementActor = GetElementAttribute(Soap12.Attribute.Role, Soap12.Namespace, element);
136string elementRelay = GetElementAttribute(Soap12.Attribute.Relay, Soap12.Namespace, element);