<routing> 的 <filters>
代表組態區段,用於定義一組路由篩選條件,這些篩選條件可判斷傳入訊息時要使用之 Windows Communication Foundation (WCF) MessageFilter 的型別。
<system.serviceModel>
<routing>
<filters>
Syntax
<system.serviceModel>
<routing>
<filters>
<filter customType="String"
filterData="String"
filterType="Action/Address/AddressPrefix/And/Custom/Endpoint/MatchAll/XPath"
name="String" />
</filters>
</routing>
</system.serviceModel>
屬性和元素
下列章節說明屬性、子元素和父元素。
屬性
無
子元素
描述 | |
---|---|
<filter> | 包含一項路由篩選條件,這些篩選條件會判斷在評估傳入訊息時將使用之 Windows Communication Foundation (WCF)MessageFilter 的型別。 |
父元素
描述 | |
---|---|
<routing> | 代表定義一組路由篩選條件的設定區段,這些篩選條件會判斷評估傳入訊息時所用之 Windows Communication Foundation (WCF) MessageFilter 的型別及路由表 (定義當篩選條件相符時的訊息傳送目標端點)。 |