ServiceModelSectionGroup.CommonBehaviors 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取配置节,该配置节包含一个行为列表,其中所含的行为在 behaviors
节中的行为应用之前应用到计算机上的所有 WCF 服务。
public:
property System::ServiceModel::Configuration::CommonBehaviorsSection ^ CommonBehaviors { System::ServiceModel::Configuration::CommonBehaviorsSection ^ get(); };
public System.ServiceModel.Configuration.CommonBehaviorsSection CommonBehaviors { get; }
member this.CommonBehaviors : System.ServiceModel.Configuration.CommonBehaviorsSection
Public ReadOnly Property CommonBehaviors As CommonBehaviorsSection
属性值
在应用部分中的行为之前,包含应用于计算机上所有 WCF 服务的行为列表的配置节 behaviors
。
注解
此节在 Machine.config 文件中定义。 它包含在应用行为集合中的行为之前应用于计算机上所有 WCF 服务的行为列表。 如果两个节中都定义了某个行为,则行为节中的行为优先。