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