EndpointNameMessageFilter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a query that tests whether a message was received on an endpoint with a name that matches the specified name.
public ref class EndpointNameMessageFilter : System::ServiceModel::Dispatcher::MessageFilter
public class EndpointNameMessageFilter : System.ServiceModel.Dispatcher.MessageFilter
type EndpointNameMessageFilter = class
inherit MessageFilter
Public Class EndpointNameMessageFilter
Inherits MessageFilter
- Inheritance
Constructors
EndpointNameMessageFilter(String) |
Initializes a new instance of the EndpointNameMessageFilter class with a specified name against which to test a message. |
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 specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
Match(Message) |
Tests whether a message satisfies the specified endpoint name. |
Match(MessageBuffer) |
Tests whether a buffered message satisfies the specified endpoint name. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |