1 write to Header
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
358
this.
Header
= dictionary.CreateString(ServiceModelStringsVersion1.String4, 4);
5 references to Header
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1239
builder.AppendPrefixDictionaryElement(messagePrefix, builder.GetStaticKey(messageDictionary.
Header
.Key));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
444
writer.WriteStartElement(messageDictionary.Prefix.Value, messageDictionary.
Header
, envelopeVersion.DictionaryNamespace);
1168
return reader.IsStartElement(XD.MessageDictionary.
Header
, envelopeVersion.DictionaryNamespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (2)
70
reader.ReadStartElement(XD.MessageDictionary.
Header
, envelopeVersion.DictionaryNamespace);
1175
Fx.Assert(reader.IsStartElement(XD.MessageDictionary.
Header
, envelopeVersion.DictionaryNamespace), "");