Op Englesch liesen Editéieren

Deelen iwwer


RoutingConfiguration Constructors

Definition

Creates a new instance of the RoutingConfiguration class.

Overloads

RoutingConfiguration()

Creates a new instance of the RoutingConfiguration class.

RoutingConfiguration(MessageFilterTable<IEnumerable<ServiceEndpoint>>, Boolean)

Creates a new instance of the RoutingConfiguration class using the specified MessageFilterTable<TFilterData> and routeOnHeadersOnly parameter.

RoutingConfiguration()

Creates a new instance of the RoutingConfiguration class.

C#
public RoutingConfiguration();

Applies to

.NET Framework 4.8.1 an aner Versiounen
Produkt Versiounen
.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

RoutingConfiguration(MessageFilterTable<IEnumerable<ServiceEndpoint>>, Boolean)

Creates a new instance of the RoutingConfiguration class using the specified MessageFilterTable<TFilterData> and routeOnHeadersOnly parameter.

C#
public RoutingConfiguration(System.ServiceModel.Dispatcher.MessageFilterTable<System.Collections.Generic.IEnumerable<System.ServiceModel.Description.ServiceEndpoint>> filterTable, bool routeOnHeadersOnly);

Parameters

filterTable
MessageFilterTable<IEnumerable<ServiceEndpoint>>

The message filter table to use for this configuration.

routeOnHeadersOnly
Boolean

true if the MessageFilterTable<TFilterData> can only examine message headers; otherwise, false. The default is true.

Applies to

.NET Framework 4.8.1 an aner Versiounen
Produkt Versiounen
.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