<PackageReference Include="System.ServiceModel.Primitives" Version="6.0.0-rc.23205.4" />

System.ServiceModel.MessageContractMemberAttribute

public abstract class MessageContractMemberAttribute : Attribute
namespace System.ServiceModel { public abstract class MessageContractMemberAttribute : Attribute { public string Namespace { get; set; } public string Name { get; set; } public ProtectionLevel ProtectionLevel { get; set; } public bool HasProtectionLevel { get; } protected MessageContractMemberAttribute(); } }