ServiceModelSectionGroup.CommonBehaviors 属性

定义

获取配置节,该配置节包含一个行为列表,其中所含的行为在 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

属性值

CommonBehaviorsSection

在应用部分中的行为之前,包含应用于计算机上所有 WCF 服务的行为列表的配置节 behaviors

注解

此节在 Machine.config 文件中定义。 它包含在应用行为集合中的行为之前应用于计算机上所有 WCF 服务的行为列表。 如果两个节中都定义了某个行为,则行为节中的行为优先。

适用于