StrictAndMessageFilter(MessageFilter, MessageFilter) Constructor
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.
Creates a new instance of the StrictAndMessageFilter class using the specified MessageFilter objects.
public:
StrictAndMessageFilter(System::ServiceModel::Dispatcher::MessageFilter ^ filter1, System::ServiceModel::Dispatcher::MessageFilter ^ filter2);
public StrictAndMessageFilter (System.ServiceModel.Dispatcher.MessageFilter filter1, System.ServiceModel.Dispatcher.MessageFilter filter2);
new System.ServiceModel.Dispatcher.StrictAndMessageFilter : System.ServiceModel.Dispatcher.MessageFilter * System.ServiceModel.Dispatcher.MessageFilter -> System.ServiceModel.Dispatcher.StrictAndMessageFilter
Public Sub New (filter1 As MessageFilter, filter2 As MessageFilter)
Parameters
- filter1
- MessageFilter
The first MessageFilter object.
- filter2
- MessageFilter
The second MessageFilter object.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.