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