3 references to HopCountElementNamespace
System.ServiceModel (3)
System\ServiceModel\Channels\PeerFlooder.cs (2)
320index = message.Headers.FindHeader(PeerStrings.HopCountElementName, PeerStrings.HopCountElementNamespace); 324hopHeader = MessageHeader.CreateHeader(PeerStrings.HopCountElementName, PeerStrings.HopCountElementNamespace, --currentValue, false);
System\ServiceModel\PeerHopCountAttribute.cs (1)
22base.Namespace = PeerStrings.HopCountElementNamespace;