1 write to Body
System.ServiceModel.Primitives (1)
System\ServiceModel\XD.cs (1)
382
Body
= dictionary.CreateString(ServiceModelStringsVersion1.String7, 7);
7 references to Body
System.ServiceModel.Primitives (7)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (3)
1265
builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.
Body
.Key));
1282
builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.
Body
.Key));
1291
builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.
Body
.Key));
System\ServiceModel\Channels\Message.cs (2)
442
writer.WriteStartElement(messageDictionary.Prefix.Value, messageDictionary.
Body
, Version.Envelope.DictionaryNamespace);
1310
if (!reader.IsStartElement(XD.MessageDictionary.
Body
, version.DictionaryNamespace))
System\ServiceModel\Security\SecurityAppliedMessage.cs (1)
106
writer.WriteStartElement(_bodyPrefix, XD.MessageDictionary.
Body
, Version.Envelope.DictionaryNamespace);
System\ServiceModel\Security\SecurityVerifiedMessage.cs (1)
408
writer.WriteStartElement(_bodyPrefix, XD.MessageDictionary.
Body
, Version.Envelope.DictionaryNamespace);