1 write to element
System.Web.Services (1)
System\Web\Services\Protocols\SoapUnknownHeader.cs (1)
68
element
= value;
31 references to element
System.Web.Services (31)
System\Web\Services\Protocols\SoapUnknownHeader.cs (31)
31
if (
element
== null) return null;
36
element
.SetAttribute(Soap.Attribute.MustUnderstand, Soap12.Namespace, "1");
38
element
.RemoveAttribute(Soap.Attribute.MustUnderstand, Soap.Namespace);
41
element
.SetAttribute(Soap12.Attribute.Role, Soap12.Namespace, actor);
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);
56
element
.RemoveAttribute(Soap12.Attribute.Role, Soap12.Namespace);
57
element
.RemoveAttribute(Soap12.Attribute.Relay, Soap12.Namespace);
60
return
element
;
63
if (value == null &&
element
!= null) {
74
if (
element
== null) return base.InternalMustUnderstand;
76
string elementMustUnderstand = GetElementAttribute(Soap.Attribute.MustUnderstand, Soap.Namespace,
element
);
78
elementMustUnderstand = GetElementAttribute(Soap.Attribute.MustUnderstand, Soap12.Namespace,
element
);
96
if (
element
!= null) {
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);
109
if (
element
== null) return base.InternalActor;
111
string elementActor = GetElementAttribute(Soap.Attribute.Actor, Soap.Namespace,
element
);
113
elementActor = GetElementAttribute(Soap12.Attribute.Role, Soap12.Namespace,
element
);
121
if (
element
!= null) {
123
element
.RemoveAttribute(Soap.Attribute.Actor, Soap.Namespace);
125
element
.SetAttribute(Soap.Attribute.Actor, Soap.Namespace, value);
127
element
.RemoveAttribute(Soap12.Attribute.Role, Soap12.Namespace);
134
if (
element
== null) return base.InternalRelay;
136
string elementRelay = GetElementAttribute(Soap12.Attribute.Relay, Soap12.Namespace,
element
);
153
if (
element
!= null) {
155
element
.SetAttribute(Soap12.Attribute.Relay, Soap12.Namespace, "1");
157
element
.RemoveAttribute(Soap12.Attribute.Relay, Soap12.Namespace);