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