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