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