1 write to MustUnderstand
System.ServiceModel.Primitives (1)
System\ServiceModel\XD.cs (1)
379MustUnderstand = dictionary.CreateString(ServiceModelStringsVersion1.String0, 0);
5 references to MustUnderstand
System.ServiceModel.Primitives (5)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (3)
1241builder.AppendPrefixDictionaryAttribute(messagePrefix, builder.GetStaticKey(messageDictionary.MustUnderstand.Key), '1'); 1258builder.AppendPrefixDictionaryAttribute(messagePrefix, builder.GetStaticKey(messageDictionary.MustUnderstand.Key), '1'); 1275builder.AppendPrefixDictionaryAttribute(messagePrefix, builder.GetStaticKey(messageDictionary.MustUnderstand.Key), '1');
System\ServiceModel\Channels\MessageHeader.cs (2)
168writer.WriteAttributeString(XD.MessageDictionary.MustUnderstand, messageVersion.Envelope.DictionaryNamespace, "1"); 236string mustUnderstandString = reader.GetAttribute(XD.MessageDictionary.MustUnderstand, version.Envelope.DictionaryNamespace);