1 write to Header
System.ServiceModel (1)
System\ServiceModel\XD.cs (1)
752
this.
Header
= dictionary.CreateString(ServiceModelStringsVersion1.String4, 4);
8 references to Header
System.ServiceModel (8)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1356
builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.
Header
.Key));
System\ServiceModel\Channels\Message.cs (2)
494
writer.WriteStartElement(messageDictionary.Prefix.Value, messageDictionary.
Header
, envelopeVersion.DictionaryNamespace);
1233
return reader.IsStartElement(XD.MessageDictionary.
Header
, envelopeVersion.DictionaryNamespace);
System\ServiceModel\Channels\MessageHeaders.cs (2)
69
reader.ReadStartElement(XD.MessageDictionary.
Header
, envelopeVersion.DictionaryNamespace);
1183
Fx.Assert(reader.IsStartElement(XD.MessageDictionary.
Header
, envelopeVersion.DictionaryNamespace), "");
System\ServiceModel\Diagnostics\MessageLogTraceRecord.cs (1)
236
dictionaryWriter.WriteStartElement(XD.MessageDictionary.Prefix.Value, XD.MessageDictionary.
Header
, this.message.Version.Envelope.DictionaryNamespace);
System\ServiceModel\Security\SecurityVerifiedMessage.cs (2)
224
if (reader.IsStartElement(XD.MessageDictionary.
Header
, this.Version.Envelope.DictionaryNamespace))
246
reader.MoveToStartElement(XD.MessageDictionary.
Header
, this.Version.Envelope.DictionaryNamespace);