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