9 references to Attribute
System.Web.Services (9)
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
849XmlAttribute qnameAttr = doc.CreateAttribute(Soap12.Attribute.UpgradeEnvelopeQname);
System\Web\Services\Protocols\SoapUnknownHeader.cs (8)
41element.SetAttribute(Soap12.Attribute.Role, Soap12.Namespace, actor); 56element.RemoveAttribute(Soap12.Attribute.Role, Soap12.Namespace); 57element.RemoveAttribute(Soap12.Attribute.Relay, Soap12.Namespace); 113elementActor = GetElementAttribute(Soap12.Attribute.Role, Soap12.Namespace, element); 127element.RemoveAttribute(Soap12.Attribute.Role, Soap12.Namespace); 136string elementRelay = GetElementAttribute(Soap12.Attribute.Relay, Soap12.Namespace, element); 155element.SetAttribute(Soap12.Attribute.Relay, Soap12.Namespace, "1"); 157element.RemoveAttribute(Soap12.Attribute.Relay, Soap12.Namespace);