﻿<?xml version="1.0" encoding="utf-8"?><Type Name="MatchNoneMessageFilter" FullName="System.ServiceModel.Dispatcher.MatchNoneMessageFilter"><TypeSignature Language="C#" Value="public class MatchNoneMessageFilter : System.ServiceModel.Dispatcher.MessageFilter" /><TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit MatchNoneMessageFilter 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 never allows a message through. Specifically, the <see cref="Overload:System.ServiceModel.Dispatcher.MatchNoneMessageFilter.Match" /> methods returns false for every message that is not null. </para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents a query that is never satisfied by a message that it tests.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public MatchNoneMessageFilter ();" /><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.MatchNoneMessageFilter" />. </para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.ServiceModel.Dispatcher.MatchNoneMessageFilter" /> 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.MatchNoneMessageFilter.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 false for every message that is not null.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns false.</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>This method returns false for every message that is not null.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns false.</para></returns></Docs></Member></Members></Type>