RoutingSection.CreateFilterTable(String) Method

Definition

Creates a filter table using the specified name.

C#
public static System.ServiceModel.Dispatcher.MessageFilterTable<System.Collections.Generic.IEnumerable<System.ServiceModel.Description.ServiceEndpoint>> CreateFilterTable(string name);

Parameters

name
String

The name of the filter table to create.

Returns

A filter table with the specified name.

Remarks

A routing table with the specified name must exist in the configuration file for the current AppDomain; otherwise an InvalidOperationException occurs.

Applies to

Produit Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1