﻿<?xml version="1.0" encoding="utf-8"?><Type Name="MatchAllMessageFilter" FullName="System.ServiceModel.Dispatcher.MatchAllMessageFilter"><TypeSignature Language="C#" Value="public class MatchAllMessageFilter : System.ServiceModel.Dispatcher.MessageFilter" /><TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit MatchAllMessageFilter extends System.ServiceModel.Dispatcher.MessageFilter" /><AssemblyInfo><AssemblyName>System.ServiceModel</AssemblyName><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.ServiceModel.Dispatcher.MessageFilter</BaseTypeName></Base><Interfaces /><Attributes><Attribute><AttributeName>System.Runtime.Serialization.DataContract</AttributeName></Attribute></Attributes><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This class provides a filter that allows every message through. Specifically, the <see cref="Overload:System.ServiceModel.Dispatcher.MatchAllMessageFilter.Match" /> methods returns true for every message that is not null. </para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents a query that is satisfied by every non-null message that it tests.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public MatchAllMessageFilter ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This constructor can be used to create distinct instances of <see cref="T:System.ServiceModel.Dispatcher.MatchAllMessageFilter" />. </para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.ServiceModel.Dispatcher.MatchAllMessageFilter" /> class.  </para></summary></Docs></Member><Member MemberName="Match"><MemberSignature Language="C#" Value="public override bool Match (System.ServiceModel.Channels.Message message);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance bool Match(class System.ServiceModel.Channels.Message message) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="message" Type="System.ServiceModel.Channels.Message" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The difference between the two overloads of the <see cref="Overload:System.ServiceModel.Dispatcher.MatchAllMessageFilter.Match" /> method is that one takes the <see cref="T:System.ServiceModel.Channels.MessageBuffer" /> parameter and buffers the entire contents of a message (including its body) into memory, while the other takes the <see cref="T:System.ServiceModel.Channels.Message" /> parameter and does not buffer the body.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>This method returns true for every message that is not null.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns true.</para></returns><param name="message"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.ServiceModel.Channels.Message" /> object to test.</param></Docs></Member><Member MemberName="Match"><MemberSignature Language="C#" Value="public override bool Match (System.ServiceModel.Channels.MessageBuffer buffer);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance bool Match(class System.ServiceModel.Channels.MessageBuffer buffer) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="buffer" Type="System.ServiceModel.Channels.MessageBuffer" /></Parameters><Docs><param name="buffer">To be added.</param><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method takes the <see cref="T:System.ServiceModel.Channels.MessageBuffer" /> parameter, which buffers the entire contents of a message (including its body) into memory, and allows the body to be inspected.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="M:System.ServiceModel.Dispatcher.MatchAllMessageFilter.Match(System.ServiceModel.MessageBuffer)" /> method returns true for every message that is not null.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns true.</para></returns></Docs></Member></Members></Type>