다음을 통해 공유


<routing>의 <filters>

들어오는 메시지를 평가할 때 사용되는 WCF(Windows Communication Foundation) MessageFilter 형식을 결정하는 라우팅 필터 집합을 정의하기 위한 구성 섹션을 나타냅니다.

스키마 계층

<system.serviceModel>
  <routing>
    <routing>의 <filters>

구문

   <routing>      <filters>        <filter customType=”String”                filterData=”String”                filterType="Action/Address/AddressPrefix/And/Custom/Endpoint/MatchAll/XPath"                 name="String" />      </filters></routing>

특성 및 요소

다음 단원에서는 특성, 자식 요소 및 부모 요소에 대해 설명합니다.

특성

없음

자식 요소

요소 설명

<filter>

들어오는 메시지를 평가할 때 사용될 WCF(Windows Communication Foundation) MessageFilter 형식을 결정하는 라우팅 필터를 포함합니다. 

부모 요소

요소 설명

<routing>

들어오는 메시지 및 필터가 일치할 때 메시지를 보낼 대상 끝점을 정의하는 라우팅 테이블을 평가할 때 사용되는 WCF(Windows Communication Foundation) MessageFilter 형식을 결정하는 라우팅 필터 집합을 정의하기 위한 구성 섹션을 나타냅니다.

참고 항목

참조

System.ServiceModel.Routing.Configuration.FilterElement