StrictAndMessageFilter Class
Represents a query that tests whether a message satisfies both specified MessageFilter objects.
Assembly: System.ServiceModel.Routing (in System.ServiceModel.Routing.dll)
System.ServiceModel.Dispatcher.MessageFilter
System.ServiceModel.Dispatcher.StrictAndMessageFilter
| Name | Description | |
|---|---|---|
![]() | StrictAndMessageFilter(MessageFilter, MessageFilter) | Creates a new instance of the StrictAndMessageFilter class using the specified MessageFilter objects. |
| Name | Description | |
|---|---|---|
![]() | CreateFilterTable<TFilterData>() | Creates a new IMessageFilterTable<TFilterData>.(Overrides MessageFilter.CreateFilterTable<FilterData>().) |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Match(Message) | Tests whether a message matches both of the MessageFilter objects specified in this filter.(Overrides MessageFilter.Match(Message).) |
![]() | Match(MessageBuffer) | Tests whether a buffered message matches both of the MessageFilter objects specified in this filter.(Overrides MessageFilter.Match(MessageBuffer).) |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Matches performed by this filter will always evaluate both MessageFilter objects before returning a result.
This AND operation does not short circuit if the first MessageFilter evaluated returns false.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

