AddressFilterMode Enumeration
.NET Framework (current version)
Specifies the type of match semantics used by the dispatcher to route incoming messages to the correct endpoint.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Member name | Description | |
|---|---|---|
| Any | Indicates a filter that matches on any address of an incoming message. | |
| Exact | Indicates a filter that does an exact match on the address of an incoming message. | |
| Prefix | Indicates a filter does the longest prefix matches on the address of an incoming message. |
The value of the AddressFilterMode enumeration is set on the AddressFilterMode property.
The longest prefix match criterion specified by Prefix requires that the destination address be matched by the largest number of leading address bits in the filter. The default value is Exact.
.NET Framework
Available since 3.0
Available since 3.0
Show: