1 write to validateMustUnderstand
System.ServiceModel (1)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
142set { validateMustUnderstand = value; }
2 references to validateMustUnderstand
System.ServiceModel (2)
System\ServiceModel\CallbackBehaviorAttribute.cs (2)
141get { return validateMustUnderstand; } 184dispatchRuntime.ValidateMustUnderstand = validateMustUnderstand;