Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.82 KB

filters-of-routing.md

File metadata and controls

53 lines (38 loc) · 1.82 KB
description title ms.date ms.assetid
Learn more about: <filters> of <routing>
<filters> of <routing>
03/30/2017
7993cf90-9afd-4c3c-9608-184d5da1105c

<filters> of <routing>

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

<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>

Attributes and elements

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

Attributes

None

Child elements

Description
<filter> Contains a routing filter that determines the type of Windows Communication Foundation (WCF)xref:System.ServiceModel.Dispatcher.MessageFilter will be used when evaluating incoming messages.

Parent elements

Description
<routing> Represents a configuration section for defining a set of routing filters, which determine the type of Windows Communication Foundation (WCF)xref:System.ServiceModel.Dispatcher.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

  • xref:System.ServiceModel.Routing.Configuration.FilterElement?displayProperty=nameWithType