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