1 write to Body
System.ServiceModel (1)
System\ServiceModel\XD.cs (1)
753
this.
Body
= dictionary.CreateString(ServiceModelStringsVersion1.String7, 7);
9 references to Body
System.ServiceModel (9)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (3)
1384
builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.
Body
.Key));
1401
builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.
Body
.Key));
1410
builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.
Body
.Key));
System\ServiceModel\Channels\Message.cs (2)
437
writer.WriteStartElement(messageDictionary.Prefix.Value, messageDictionary.
Body
, Version.Envelope.DictionaryNamespace);
1278
if (!reader.IsStartElement(XD.MessageDictionary.
Body
, version.DictionaryNamespace))
System\ServiceModel\Security\SecurityAppliedMessage.cs (1)
123
writer.WriteStartElement(this.bodyPrefix, XD.MessageDictionary.
Body
, this.Version.Envelope.DictionaryNamespace);
System\ServiceModel\Security\SecurityVerifiedMessage.cs (1)
449
writer.WriteStartElement(this.bodyPrefix, XD.MessageDictionary.
Body
, this.Version.Envelope.DictionaryNamespace);
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (2)
374
this.SecurityVerifiedMessage.OnUnsignedPart(XD.MessageDictionary.
Body
.Value, this.Version.Envelope.Namespace);
379
this.SecurityVerifiedMessage.OnUnencryptedPart(XD.MessageDictionary.
Body
.Value, this.Version.Envelope.Namespace);