5 overrides of DictionaryNamespace
System.ServiceModel (5)
System\ServiceModel\Channels\Addressing.cs (1)
35public override XmlDictionaryString DictionaryNamespace
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
61public override XmlDictionaryString DictionaryNamespace
System\ServiceModel\Channels\PeerHelpers.cs (1)
929public override XmlDictionaryString DictionaryNamespace
System\ServiceModel\Channels\WsrmMessageInfo.cs (1)
1176public override XmlDictionaryString DictionaryNamespace
System\ServiceModel\Diagnostics\ActivityIdHeader.cs (1)
30public override XmlDictionaryString DictionaryNamespace
2 references to DictionaryNamespace
System.ServiceModel (2)
System\ServiceModel\Channels\MessageHeader.cs (2)
287get { return DictionaryNamespace.Value; } 295writer.WriteStartElement(DictionaryName, DictionaryNamespace);