<PackageReference Include="System.ServiceModel.Primitives" Version="10.0.652802" />

System.ServiceModel.OperationContractAttribute

public sealed class OperationContractAttribute : Attribute
namespace System.ServiceModel { public sealed class OperationContractAttribute : Attribute { public string Name { get; set; } public string Action { get; set; } public ProtectionLevel ProtectionLevel { get; set; } public bool HasProtectionLevel { get; } public string ReplyAction { get; set; } public bool AsyncPattern { get; set; } public bool IsOneWay { get; set; } public bool IsInitiating { get; set; } public bool IsTerminating { get; set; } public OperationContractAttribute(); } }