Share via


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 서비스에 적용 되는 동작의 목록을 포함 합니다. 두 섹션 모두에서 동작이 정의되는 경우 behaviors 섹션의 동작이 우선합니다.

적용 대상