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