FilterType Enumeration
.NET Framework (current version)
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. | |
| And | Use StrictAndMessageFilter to filter on two message filters, ANDed together. | |
| Custom | Use a user-defined filter. | |
| EndpointAddress | Use EndpointAddressMessageFilter with IncludeHostNameInComparison set to false to filter on the address. | |
| EndpointName | Use the EndpointNameMessageFilter to filter on the name of the service endpoint. | |
| MatchAll | Use the MatchAllMessageFilter to match all messages. | |
| PrefixEndpointAddress | Use PrefixEndpointAddressMessageFilter with IncludeHostNameInComparison set to false to filter on the address using longest prefix matching. | |
| XPath | Use the XPathMessageFilter to filter on an XPath expression. |
For more information about using FilterType, see FilterData.
.NET Framework
Available since 4.0
Available since 4.0
Show: