<commonBehaviors>
The commonBehaviors
section can only be defined in the machine.config file. It defines two child collections named endpointBehaviors
and serviceBehaviors
. Each collection defines behavior elements consumed by all WCF endpoints and services on the machine respectively. Behaviors defined in endpointBehaviors
are only applied to clients, and behaviors defined in serviceBehaviors
are only applied to services. If a behavior is defined in both commonBehaviors
and behaviors
sections, the behavior in the behaviors
section is given preference.
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.