1 write to mustUnderstand
System.ServiceModel (1)
System\ServiceModel\MessageHeaderAttribute.cs (1)
18
set {
mustUnderstand
= value; isMustUnderstandSet = true; }
1 reference to mustUnderstand
System.ServiceModel (1)
System\ServiceModel\MessageHeaderAttribute.cs (1)
17
get { return
mustUnderstand
; }