EndpointNameMessageFilter.Match Método
Definição
Testa se uma mensagem satisfaz o nome do ponto de extremidade especificado.Tests whether a message satisfies the specified endpoint name.
Sobrecargas
| Match(Message) |
Testa se uma mensagem satisfaz o nome do ponto de extremidade especificado.Tests whether a message satisfies the specified endpoint name. |
| Match(MessageBuffer) |
Testa se uma mensagem em buffer satisfaz o nome do ponto de extremidade especificado.Tests whether a buffered message satisfies the specified endpoint name. |
Match(Message)
Testa se uma mensagem satisfaz o nome do ponto de extremidade especificado.Tests whether a message satisfies the specified endpoint name.
public:
override bool Match(System::ServiceModel::Channels::Message ^ message);
public override bool Match (System.ServiceModel.Channels.Message message);
override this.Match : System.ServiceModel.Channels.Message -> bool
Public Overrides Function Match (message As Message) As Boolean
Parâmetros
- message
- Message
O objeto de mensagem a ser verificado.The message object to check.
Retornos
true se o objeto de Mensagem satisfizer o nome do ponto de extremidade especificado no filtro; caso contrário, false.true if the Message object satisfies the endpoint name specified in the filter; otherwise, false.
Aplica-se a
Match(MessageBuffer)
Testa se uma mensagem em buffer satisfaz o nome do ponto de extremidade especificado.Tests whether a buffered message satisfies the specified endpoint name.
public:
override bool Match(System::ServiceModel::Channels::MessageBuffer ^ buffer);
public override bool Match (System.ServiceModel.Channels.MessageBuffer buffer);
override this.Match : System.ServiceModel.Channels.MessageBuffer -> bool
Public Overrides Function Match (buffer As MessageBuffer) As Boolean
Parâmetros
- buffer
- MessageBuffer
O objeto MessageBuffer a ser verificado.The MessageBuffer object to check.
Retornos
true se o objeto de Mensagem satisfizer o nome do ponto de extremidade especificado no filtro; caso contrário, false.true if the Message object satisfies the endpoint name specified in the filter; otherwise, false.