<behaviors>
此元素定义名为 endpointBehaviors 和 serviceBehaviors 的两个子集合。每个集合分别定义终结点和服务所使用的行为元素。每个行为元素由其唯一的 name 属性标识。
<behaviors>
<serviceBehaviors>
</serviceBehaviors>
<endpointBehaviors>
</endpointBehaviors>
</behaviors>
属性和元素
属性
无
子元素
元素 | 说明 |
---|---|
此配置节描述为特定终结点定义的所有行为。 |
|
此配置节描述为特定服务定义的所有行为。 |
父元素
元素 | 说明 |
---|---|
所有 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