1 write to MustUnderstand
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
356
this.
MustUnderstand
= dictionary.CreateString(ServiceModelStringsVersion1.String0, 0);
5 references to MustUnderstand
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (3)
1243
builder.AppendPrefixDictionaryAttribute(messagePrefix, builder.GetStaticKey(messageDictionary.
MustUnderstand
.Key), '1');
1260
builder.AppendPrefixDictionaryAttribute(messagePrefix, builder.GetStaticKey(messageDictionary.
MustUnderstand
.Key), '1');
1277
builder.AppendPrefixDictionaryAttribute(messagePrefix, builder.GetStaticKey(messageDictionary.
MustUnderstand
.Key), '1');
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeader.cs (2)
137
writer.WriteAttributeString(XD.MessageDictionary.
MustUnderstand
, messageVersion.Envelope.DictionaryNamespace, "1");
199
string mustUnderstandString = reader.GetAttribute(XD.MessageDictionary.
MustUnderstand
, version.Envelope.DictionaryNamespace);