<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.
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.