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