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