1 instantiation of BackupEndpointElement
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\Configuration\RoutingSection.cs (1)
284
return new
BackupEndpointElement
();
6 references to BackupEndpointElement
System.ServiceModel.Routing (6)
System\ServiceModel\Routing\Configuration\RoutingSection.cs (6)
265
[ConfigurationCollection(typeof(
BackupEndpointElement
))]
289
BackupEndpointElement
entry = (
BackupEndpointElement
)element;
293
public void Add(
BackupEndpointElement
element)
310
public void Remove(
BackupEndpointElement
element)
325
foreach (
BackupEndpointElement
entryElement in this)