System.ServiceModel
4.0.0.0
System.Configuration.ConfigurationSection
A behavior element contains a collection of settings for the behavior of a service. Each behavior is indexed by its name. Services use behaviors by linking to them using this name.
Represents the configuration section that contains child entries that are behavior elements identified by their unique name.
Constructor
4.0.0.0
To be added.
Initializes a new instance of the class.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("endpointBehaviors", Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.Configuration.EndpointBehaviorElementCollection
To be added.
To be added.
Gets all the child entries that are endpoint behavior elements identified by their unique name.
Property
4.0.0.0
System.Configuration.ConfigurationPropertyCollection
To be added.
To be added.
Gets a instance that contains a collection of objects that can be attributes or objects of this configuration element.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("serviceBehaviors", Options=System.Configuration.ConfigurationPropertyOptions.None)
System.ServiceModel.Configuration.ServiceBehaviorElementCollection
To be added.
To be added.
Gets all the child entries that are service behavior elements identified by their unique name.