3 references to CommonEndpointBehaviorElement
System.ServiceModel (3)
System\ServiceModel\Configuration\CommonBehaviorsSection.cs (2)
14public CommonEndpointBehaviorElement EndpointBehaviors 16get { return (CommonEndpointBehaviorElement)base[ConfigurationStrings.EndpointBehaviors]; }
System\ServiceModel\Configuration\Properties.cs (1)
860properties.Add(new ConfigurationProperty("endpointBehaviors", typeof(System.ServiceModel.Configuration.CommonEndpointBehaviorElement), null, null, null, System.Configuration.ConfigurationPropertyOptions.None));