3 references to FilterName
System.ServiceModel.Routing (3)
System\ServiceModel\Routing\Configuration\RoutingSection.cs (3)
75
FilterElement filterElement = filterElements[entry.
FilterName
];
78
throw FxTrace.Exception.AsError(new InvalidOperationException(SR2.FilterElementNotFound(entry.
FilterName
)));
179
return entry.
FilterName
+ ":" + entry.EndpointName;