System.ServiceModel.PeerHopCountAttribute
namespace System.ServiceModel
{
public sealed class PeerHopCountAttribute : MessageHeaderAttribute
{
public new bool MustUnderstand { get; }
public new bool Relay { get; }
public new string Actor { get; }
public new string Namespace { get; }
public new string Name { get; }
public new ProtectionLevel ProtectionLevel { get; }
public PeerHopCountAttribute();
}
}