4 references to EndpointBehaviors
System.ServiceModel (4)
System\ServiceModel\Configuration\BehaviorsSection.cs (2)
14[ConfigurationProperty(ConfigurationStrings.EndpointBehaviors, Options = ConfigurationPropertyOptions.None)] 17get { return (EndpointBehaviorElementCollection)base[ConfigurationStrings.EndpointBehaviors]; }
System\ServiceModel\Configuration\CommonBehaviorsSection.cs (2)
13[ConfigurationProperty(ConfigurationStrings.EndpointBehaviors, Options = ConfigurationPropertyOptions.None)] 16get { return (CommonEndpointBehaviorElement)base[ConfigurationStrings.EndpointBehaviors]; }