CorrelationActionMessageFilter Class

Definition

Provides a XAML-friendly implementation of a MessageFilter that filters on a single action.

public ref class CorrelationActionMessageFilter : System::ServiceModel::Dispatcher::MessageFilter
public class CorrelationActionMessageFilter : System.ServiceModel.Dispatcher.MessageFilter
type CorrelationActionMessageFilter = class
    inherit MessageFilter
Public Class CorrelationActionMessageFilter
Inherits MessageFilter
Inheritance
CorrelationActionMessageFilter

Constructors

CorrelationActionMessageFilter()

Initializes a new instance of the CorrelationActionMessageFilter class.

Properties

Action

Gets or sets the action for the CorrelationActionMessageFilter.

Methods

CreateFilterTable<FilterData>()

Creates a filter table for a filter that has a specified type of data associated with it.

(Inherited from MessageFilter)
Equals(Object)

Determines whether the current CorrelationActionMessageFilter is equal to the specified CorrelationActionMessageFilter.

GetHashCode()

Returns the hash code for the CorrelationActionMessageFilter instance.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
Match(Message)

Determines whether the specified message's action matches the Action of this CorrelationActionMessageFilter.

Match(MessageBuffer)

Determines whether the action of the message contained by the specified message buffer matches the Action of this CorrelationActionMessageFilter.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a String representation of the CorrelationActionMessageFilter.

Applies to