WCF-Xtensions Class Reference for Mono
OperationMessageFilterAttributeBase Class
Members 






Represents a base class to be derived by the custom message filter attribute which can be used to modify the message dispatching behavior.
Object Model
OperationMessageFilterAttributeBase Class
Syntax
'Declaration
 
Public MustInherit Class OperationMessageFilterAttributeBase 
   Implements IOperationMessageFilter 
'Usage
 
Dim instance As OperationMessageFilterAttributeBase
public abstract class OperationMessageFilterAttributeBase : IOperationMessageFilter  
public class OperationMessageFilterAttributeBase = class(IOperationMessageFilter)abstract; 
public abstract class OperationMessageFilterAttributeBase implements IOperationMessageFilter 
public __gc abstract class OperationMessageFilterAttributeBase : public IOperationMessageFilter  
public ref class OperationMessageFilterAttributeBase abstract : public IOperationMessageFilter  
Remarks
This class simplifies the creation of an attribute class that can be used in combination with the CustomOperationSelectorAttribute and QualifiedNameOperationSelectorAttribute to provide the service with your own criteria for dispatching messages based on the content of their header or body. Prefer deriving this class to creating your own implementation of IOperationMessageFilter.

This class is not available in Silverlight 4, Silverlight 3, .NET Compact Framework 3.5.

Inheritance Hierarchy

System.Object
   Noemax.WCFX.Behaviors.OperationMessageFilterAttributeBase

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OperationMessageFilterAttributeBase Members
Noemax.WCFX.Behaviors Namespace

Send Feedback