AsyncWcfLib

WcfPartnerMessage.RouterHopCount Field

The message from the original service has RouterHopCount=0. The same message sent from the WcfRouter on the local host has RouterHopCount=1. Each router increments the hopcount on reception of a message. A router accepts new data only if the receiving hop count is smaller than the stored.

[DataMember(Name="null", Order=-1, IsRequired=False, EmitDefaultValue=True)]
public int RouterHopCount;

See Also

WcfPartnerMessage Class | SourceForge.AsyncWcfLib Namespace