<routing>
들어오는 메시지 및 필터가 일치할 때 메시지를 보낼 대상 엔드포인트를 정의하는 라우팅 테이블을 평가할 때 사용되는 WCF(Windows Communication Foundation)MessageFilter 형식을 결정하는 라우팅 필터 집합을 정의하기 위한 구성 섹션을 나타냅니다.
<configuration>
<system.serviceModel>
<routing>
구문
<system.serviceModel>
<routing>
<filters>
<filter customType="String"
filterData="String"
filterType="Action/Address/AddressPrefix/And/Custom/Endpoint/MatchAll/XPath"
name="String" />
</filters>
<routingTables>
<table name="String">
<entries>
<add endpoint="String"
filterName="String"
priority="Integer" />
</entries>
</table>
</routingTables>
</routing>
</system.serviceModel>
특성 및 요소
다음 단원에서는 특성, 자식 요소 및 부모 요소에 대해 설명합니다.
특성
None
자식 요소
Description | |
---|---|
<filters> | 들어오는 메시지를 평가할 때 사용될 WCF(Windows Communication Foundation) MessageFilter 형식을 결정하는 라우팅 필터 집합을 포함합니다. |
<filterTables> | 필터가 일치할 때 사용할 엔드포인트를 지정하기 위한 라우팅 필터와 대상 엔드포인트 간의 매핑을 포함합니다. |
부모 요소
Description | |
---|---|
<system.ServiceModel> | 모든 WCF 구성 요소의 루트 요소입니다. |
참고 항목
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET