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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.