System.ServiceModel.Channels.PeerStrings
namespace System.ServiceModel.Channels
{
internal static class PeerStrings
{
public const string Namespace = "http://schemas.microsoft.com/net/2006/05/peer";
public const string HopCountElementName = "Hops";
public const string HopCountElementNamespace = "http://schemas.microsoft.com/net/2006/05/peer/HopCount";
}
}