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