Condividi tramite


<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.

<system.serviceModel>

<behaviors>
   <serviceBehaviors>
   </serviceBehaviors>
   <endpointBehaviors>
   </endpointBehaviors>
</behaviors>

Attributi ed elementi

Attributi

Nessuno

Elementi figlio

Elemento Descrizione

<comportamentiEndpoint>

Questa sezione di configurazione rappresenta tutti i comportamenti definiti per un endpoint specifico.

<comportamentiServizio>

Questa sezione di configurazione rappresenta tutti i comportamenti definiti per un servizio specifico.

Elementi padre

Elemento Descrizione

<system.serviceModel>

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