1 write to BehaviorConfiguration
System.ServiceModel (1)
System\ServiceModel\Configuration\ChannelEndpointElement.cs (1)
53
this.
BehaviorConfiguration
= source.BehaviorConfiguration;
4 references to BehaviorConfiguration
System.ServiceModel (4)
System\ServiceModel\Configuration\ChannelEndpointElement.cs (1)
53
this.BehaviorConfiguration = source.
BehaviorConfiguration
;
System\ServiceModel\Configuration\ClientSection.cs (1)
87
BehaviorsSection.ValidateEndpointBehaviorReference(endpoint.
BehaviorConfiguration
, context, endpoint);
System\ServiceModel\Description\ConfigLoader.cs (2)
178
EndpointBehaviorElement behaviorElement = ConfigLoader.LookupEndpointBehaviors(channelElement.
BehaviorConfiguration
, ConfigurationHelpers.GetEvaluationContext(channelElement));
770
EndpointBehaviorElement behaviorElement = ConfigLoader.LookupEndpointBehaviors(channelEndpointElementCopy.
BehaviorConfiguration
, ConfigurationHelpers.GetEvaluationContext(channelEndpointElement));