共用方式為


<routing> 的 <filters>

代表組態區段,用於定義一組路由篩選條件,這些篩選條件可判斷傳入訊息時要使用之 Windows Communication Foundation (WCF) 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>

包含路由篩選條件,這些篩選條件會判斷傳入訊息時所使用之 Windows Communication Foundation (WCF) MessageFilter 的型別。 

父項目

項目 描述

<routing>

代表定義一組路由篩選條件的組態區段,這些篩選條件會判斷傳入訊息時所用之 Windows Communication Foundation (WCF) MessageFilter 的型別及路由表 (定義當篩選條件相符時的訊息傳送目標端點)。

另請參閱

參考

System.ServiceModel.Routing.Configuration.FilterElement