This element defines two child collections named endpointBehaviors and serviceBehaviors. Each collection defines behavior elements consumed by endpoints and services respectively. Each behavior element is identified by its unique name attribute.
<behaviors> <serviceBehaviors> </serviceBehaviors> <endpointBehaviors> </endpointBehaviors> </behaviors>
None
<endpointBehaviors>
This configuration section represents all the behaviors defined for a specific endpoint.
<serviceBehaviors>
This configuration section represents all the behaviors defined for a specific service.
<system.serviceModel>
The root element of all Windows Communication Foundation (WCF) configuration elements.