1 implementation of IContractBehaviorAttribute
System.ServiceModel (1)
System\ServiceModel\DeliveryRequirementsAttribute.cs (1)
14public sealed class DeliveryRequirementsAttribute : Attribute, IContractBehavior, IContractBehaviorAttribute
2 references to IContractBehaviorAttribute
System.ServiceModel (2)
System\ServiceModel\Description\TypeLoader.cs (2)
336IContractBehaviorAttribute iContractBehaviorAttribute = iContractBehavior as IContractBehaviorAttribute;