1 write to MustUnderstand
System.ServiceModel (1)
System\ServiceModel\MessageHeaderT.cs (1)
151header.MustUnderstand = mustUnderstand;
4 references to MustUnderstand
System.ServiceModel (4)
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (3)
485mustUnderstand = matchingMessageHeaderOfTAttribute.MustUnderstand; 513messageHeaderOfTAttribute.MustUnderstand, messageHeaderOfTAttribute.Relay, messageHeaderOfTAttribute.Actor); 521messageHeaderOfTAttribute.MustUnderstand, messageHeaderOfTAttribute.Relay, messageHeaderOfTAttribute.Actor);
System\ServiceModel\MessageHeaderT.cs (1)
168mustUnderstand = header.MustUnderstand;