<behaviors>

此元素定义名为 endpointBehaviorsserviceBehaviors 的两个子集合。每个集合分别定义终结点和服务所使用的行为元素。每个行为元素由其唯一的 name 属性标识。

<system.serviceModel>

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

属性和元素

属性

子元素

元素 说明

<endpointBehaviors>

此配置节描述为特定终结点定义的所有行为。

<serviceBehaviors>

此配置节描述为特定服务定义的所有行为。

父元素

元素 说明

<system.serviceModel>

所有 Windows Communication Foundation (WCF) 配置元素的根元素。

另请参见

参考

BehaviorsSection
EndpointBehaviorElementCollection
EndpointBehaviorElement
ServiceBehaviorElementCollection
ServiceBehaviorElement

其他资源

Configuring and Extending the Runtime with Behaviors
Configuring Client Behaviors
Specifying Client Run-Time Behavior
Specifying Service Run-Time Behavior
Security Behaviors in WCF