This documentation is archived and is not being maintained.
FilterType Enumeration
Visual Studio 2010
Specifies the type of filter to use when routing messages.
Assembly: System.ServiceModel.Routing (in System.ServiceModel.Routing.dll)
| Member name | Description | |
|---|---|---|
| Action | Use ActionMessageFilter to filter on an action. | |
| EndpointAddress | Use EndpointAddressMessageFilter with IncludeHostNameInComparison set to false to filter on the address. | |
| PrefixEndpointAddress | Use PrefixEndpointAddressMessageFilter with IncludeHostNameInComparison set to false to filter on the address using longest prefix matching. | |
| And | Use StrictAndMessageFilter to filter on two message filters, ANDed together. | |
| Custom | Use a user-defined filter. | |
| EndpointName | Use the EndpointNameMessageFilter to filter on the name of the service endpoint. | |
| MatchAll | Use the MatchAllMessageFilter to match all messages. | |
| XPath | Use the XPathMessageFilter to filter on an XPath expression. |
For more information about using FilterType, see FilterData.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: