MatchAllMessageFilter Classe
Definição
Representa uma consulta que é atendida por uma mensagem não null que ele testa.Represents a query that is satisfied by every non-null message that it tests.
public ref class MatchAllMessageFilter : System::ServiceModel::Dispatcher::MessageFilter
[System.Runtime.Serialization.DataContract]
public class MatchAllMessageFilter : System.ServiceModel.Dispatcher.MessageFilter
[<System.Runtime.Serialization.DataContract>]
type MatchAllMessageFilter = class
inherit MessageFilter
Public Class MatchAllMessageFilter
Inherits MessageFilter
- Herança
- Atributos
Comentários
Essa classe fornece um filtro que permite cada mensagem por meio de.This class provides a filter that allows every message through. Especificamente, os Match métodos retornam true para cada mensagem que não é null .Specifically, the Match methods returns true for every message that is not null.
Construtores
| MatchAllMessageFilter() |
Inicializa uma nova instância da classe MatchAllMessageFilter.Initializes a new instance of the MatchAllMessageFilter class. |
Métodos
| CreateFilterTable<FilterData>() |
Cria uma tabela de filtro para um filtro que tem um tipo de dado especificado associado.Creates a filter table for a filter that has a specified type of data associated with it. (Herdado de MessageFilter) |
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| Match(Message) |
Esse método retorna |
| Match(MessageBuffer) |
O método Match(MessageBuffer) retorna |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |