WCF-Xtensions Class Reference for Mono
PropogateMessageFilters Method (QualifiedNameOperationSelectorAttribute)






The contract description.
Provides the operations of the specified contract with qualified name based message filters.
Syntax
'Declaration
 
Protected Overrides NotOverridable Sub PropogateMessageFilters( _
   ByVal contractDescription As System.ServiceModel.Description.ContractDescription _
) 
'Usage
 
Dim instance As QualifiedNameOperationSelectorAttribute
Dim contractDescription As System.ServiceModel.Description.ContractDescription
 
instance.PropogateMessageFilters(contractDescription)
protected override void PropogateMessageFilters( 
   System.ServiceModel.Description.ContractDescription contractDescription
)
protected procedure PropogateMessageFilters( 
    contractDescription: System.ServiceModel.Description.ContractDescription
); override; 
protected override function PropogateMessageFilters( 
   contractDescription : System.ServiceModel.Description.ContractDescription
);
protected: void PropogateMessageFilters( 
   System.ServiceModel.Description.ContractDescription* contractDescription
) override 
protected:
void PropogateMessageFilters( 
   System.ServiceModel.Description.ContractDescription^ contractDescription
) override 

Parameters

contractDescription
The contract description.
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

QualifiedNameOperationSelectorAttribute Class
QualifiedNameOperationSelectorAttribute Members
Base Implementation in PropogateMessageFilters

Send Feedback