2 writes to MustUnderstand
System.ServiceModel.Primitives (2)
System\ServiceModel\MessageHeaderT.cs (2)
30MustUnderstand = mustUnderstand; 146header.MustUnderstand = mustUnderstand;
5 references to MustUnderstand
System.ServiceModel.Primitives (5)
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (3)
572mustUnderstand = matchingMessageHeaderOfTAttribute.MustUnderstand; 604messageHeaderOfTAttribute.MustUnderstand, messageHeaderOfTAttribute.Relay, messageHeaderOfTAttribute.Actor); 612messageHeaderOfTAttribute.MustUnderstand, messageHeaderOfTAttribute.Relay, messageHeaderOfTAttribute.Actor);
System\ServiceModel\MessageHeaderT.cs (2)
54return MessageHeader.CreateHeader(name, ns, Content, MustUnderstand, Actor, _relay); 168mustUnderstand = header.MustUnderstand;