FilterType Enumeração

Definição

Especifica o tipo de filtro a ser usado ao rotear mensagens.Specifies the type of filter to use when routing messages.

public enum class FilterType
public enum FilterType
type FilterType = 
Public Enum FilterType
Herança
FilterType

Campos

Action 0

Use ActionMessageFilter para filtrar em uma ação.Use ActionMessageFilter to filter on an action.

And 3

Use StrictAndMessageFilter para filtrar em dois filtros de mensagem, ANDed juntos.Use StrictAndMessageFilter to filter on two message filters, ANDed together.

Custom 4

Use um filtro definido pelo usuário.Use a user-defined filter.

EndpointAddress 1

Use EndpointAddressMessageFilter com IncludeHostNameInComparison definido como false para filtrar por endereço.Use EndpointAddressMessageFilter with IncludeHostNameInComparison set to false to filter on the address.

EndpointName 5

Use o EndpointNameMessageFilter para filtrar no nome do ponto de extremidade de serviço.Use the EndpointNameMessageFilter to filter on the name of the service endpoint.

MatchAll 6

Use o MatchAllMessageFilter para corresponder todas as mensagens.Use the MatchAllMessageFilter to match all messages.

PrefixEndpointAddress 2

Use PrefixEndpointAddressMessageFilter com IncludeHostNameInComparison definido como false para filtrar por endereço usando a correspondência de prefixo mais longo.Use PrefixEndpointAddressMessageFilter with IncludeHostNameInComparison set to false to filter on the address using longest prefix matching.

XPath 7

Use o XPathMessageFilter para filtrar em uma expressão XPath.Use the XPathMessageFilter to filter on an XPath expression.

Comentários

Para obter mais informações sobre o uso de FilterType, consulte FilterData.For more information about using FilterType, see FilterData.

Aplica-se a