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