Share via


<filters> of <routing>

Represents a configuration section for defining a set of routing filters, which determine the type of Windows Communication Foundation (WCF) MessageFilter to be used when evaluating incoming messages.

Schema Hierarchy

<system.serviceModel>
  <routing>
    <filters> of <routing>

Syntax

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

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

Element Description

<filter>

Contains a routing filter that determines the type of Windows Communication Foundation (WCF) MessageFilter will be used when evaluating incoming messages. 

Parent Elements

Element Description

<routing>

Represents a configuration section for defining a set of routing filters, which determine the type of Windows Communication Foundation (WCF) MessageFilter to be used when evaluating incoming messages, as well as routing tables that define the target endpoints to send messages to when a filter matches.

See Also

Reference

System.ServiceModel.Routing.Configuration.FilterElement