EndpointAddressMessageFilter Class
Represents a query that tests whether a message satisfies the requirements of a specified endpoint address.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
This filter tests whether a message satisfies a particular endpoint address. An EndpointAddress object includes a URI and an optional collection of addressing headers. The addressing and message headers are canonicalized in order to be compared for equality. If a parameter appears more than once in an EndpointAddress, the corresponding header must appear in the message at least that many times.
IIS and the underlying file system (NTFS or FAT) are case-insensitive. URI comparisons done by this class are also case-insensitive. So, for example, http://www.microsoft.com is evaluated as equal to http://WWW.microsoft.com.
System.ServiceModel.Dispatcher.MessageFilter
System.ServiceModel.Dispatcher.EndpointAddressMessageFilter
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.