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