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