<comportamenti>
Questo elemento definisce due insiemi figlio denominati endpointBehaviors e serviceBehaviors. Ciascun insieme definisce elementi di comportamento utilizzati rispettivamente da endpoint e servizi. Ciascun elemento behavior è identificato dal relativo attributo name.
<behaviors>
<serviceBehaviors>
</serviceBehaviors>
<endpointBehaviors>
</endpointBehaviors>
</behaviors>
Attributi ed elementi
Attributi
Nessuno
Elementi figlio
Elemento | Descrizione |
---|---|
Questa sezione di configurazione rappresenta tutti i comportamenti definiti per un endpoint specifico. |
|
Questa sezione di configurazione rappresenta tutti i comportamenti definiti per un servizio specifico. |
Elementi padre
Elemento | Descrizione |
---|---|
L'elemento radice di tutti gli elementi di configurazione di Windows Communication Foundation (WCF). |
Vedere anche
Riferimenti
BehaviorsSection
EndpointBehaviorElementCollection
EndpointBehaviorElement
ServiceBehaviorElementCollection
ServiceBehaviorElement
Altre risorse
Configuring and Extending the Runtime with Behaviors
Configuring Client Behaviors
Specifying Client Run-Time Behavior
Specifying Service Run-Time Behavior
Security Behaviors in WCF