20 references to Attribute
System.Web.Services (20)
System\Web\Services\Description\ServiceDescription.cs (2)
474
if (Soap.BasicProfile1_1 == element.GetAttribute(Soap.
Attribute
.ConformsTo)) {
499
claim.SetAttribute(Soap.
Attribute
.ConformsTo, Soap.BasicProfile1_1);
System\Web\Services\Protocols\Soap11ServerProtocol.cs (1)
115
writer.WriteAttributeString("xml", Soap.
Attribute
.Lang, Soap.XmlNamespace, soapException.Lang);
System\Web\Services\Protocols\SoapClientProtocol.cs (2)
571
writer.WriteAttributeString("soap", Soap.
Attribute
.EncodingStyle, null, encodingNs);
733
lang = reader.GetAttribute(Soap.
Attribute
.Lang, Soap.XmlNamespace);
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
705
writer.WriteAttributeString("soap", Soap.
Attribute
.EncodingStyle, null, helper.EncodingNs);
System\Web\Services\Protocols\SoapUnknownHeader.cs (14)
36
element.SetAttribute(Soap.
Attribute
.MustUnderstand, Soap12.Namespace, "1");
38
element.RemoveAttribute(Soap.
Attribute
.MustUnderstand, Soap.Namespace);
43
element.RemoveAttribute(Soap.
Attribute
.Actor, Soap.Namespace);
49
element.SetAttribute(Soap.
Attribute
.MustUnderstand, Soap.Namespace, "1");
51
element.RemoveAttribute(Soap.
Attribute
.MustUnderstand, Soap12.Namespace);
54
element.SetAttribute(Soap.
Attribute
.Actor, Soap.Namespace, actor);
76
string elementMustUnderstand = GetElementAttribute(Soap.
Attribute
.MustUnderstand, Soap.Namespace, element);
78
elementMustUnderstand = GetElementAttribute(Soap.
Attribute
.MustUnderstand, Soap12.Namespace, element);
98
element.SetAttribute(Soap.
Attribute
.MustUnderstand, Soap.Namespace, "1");
100
element.RemoveAttribute(Soap.
Attribute
.MustUnderstand, Soap.Namespace);
102
element.RemoveAttribute(Soap.
Attribute
.MustUnderstand, Soap12.Namespace);
111
string elementActor = GetElementAttribute(Soap.
Attribute
.Actor, Soap.Namespace, element);
123
element.RemoveAttribute(Soap.
Attribute
.Actor, Soap.Namespace);
125
element.SetAttribute(Soap.
Attribute
.Actor, Soap.Namespace, value);