共用方式為


<filter>

定義路由篩選,這會決定評估傳入訊息時所要使用的 Windows Communication Foundation (WCF)MessageFilter 類型,以及篩選所需的任何支援資料或參數。

<system.serviceModel>
  <routing>
    <filters>
      <filter>

Syntax

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

屬性和元素

下列章節說明屬性、子元素和父元素。

屬性

屬性 描述
customType 字串,其中包含要做為篩選之自訂類型的完整類型名稱。 如果 filterType 設定為 custom,此屬性會包含要建立之類別的完整類型名稱。 filterData 也可以包含評估類型篩選期間所要使用的值。
filterData 包含篩選資料的字串。 如需如何指定這個屬性的詳細資訊,請參閱 FilterData
filterType 包含篩選條件類型的字串。 此屬性的型別為 FilterType。 如需此屬性與 filterData 屬性如何搭配運作的詳細資訊,請參閱 FilterData
NAME 字串,其中包含這個篩選項目的唯一名稱。

子元素

無。

父元素

元素 描述
<routing> 用於定義一組路由篩選的組態區段,這會決定評估傳入訊息時所要使用的 Windows Communication Foundation (WCF)MessageFilter 類型。

另請參閱