1 override of InternalMustUnderstand
System.Web.Services (1)
System\Web\Services\Protocols\SoapUnknownHeader.cs (1)
72
internal override bool
InternalMustUnderstand
{
3 writes to InternalMustUnderstand
System.Web.Services (3)
System\Web\Services\Protocols\SoapHeader.cs (1)
74
set {
InternalMustUnderstand
= value; }
System\Web\Services\Protocols\SoapUnknownHeader.cs (2)
65
base.
InternalMustUnderstand
= InternalMustUnderstand;
95
base.
InternalMustUnderstand
= value;
2 references to InternalMustUnderstand
System.Web.Services (2)
System\Web\Services\Protocols\SoapHeader.cs (1)
73
get { return
InternalMustUnderstand
; }
System\Web\Services\Protocols\SoapUnknownHeader.cs (1)
74
if (element == null) return base.
InternalMustUnderstand
;