1 write to configuration
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingBehavior.cs (1)
29
this.
configuration
= routingConfiguration;
3 references to configuration
System.ServiceModel.Routing (3)
System\ServiceModel\Routing\RoutingBehavior.cs (3)
38
RoutingExtension routingExtension = new RoutingExtension(this.
configuration
);
54
dispatchRuntime.EnsureOrderedDispatch = this.
configuration
.EnsureOrderedDispatch;
73
EndpointNameMessageFilter.Validate(this.
configuration
.InternalFilterTable.Keys, endpoints);