3 references to EndpointBehaviors
System.ServiceModel (3)
System\ServiceModel\Configuration\BehaviorsSection.cs (1)
65if (!behaviors.EndpointBehaviors.ContainsKey(behaviorConfiguration))
System\ServiceModel\Description\ConfigLoader.cs (2)
1213if (behaviors.EndpointBehaviors.ContainsKey(behaviorName)) 1215retval = behaviors.EndpointBehaviors[behaviorName];