1 instantiation of BackupEndpointCollection
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\Configuration\RoutingSection.cs (1)
218
return new
BackupEndpointCollection
();
7 references to BackupEndpointCollection
System.ServiceModel.Routing (7)
System\ServiceModel\Routing\Configuration\RoutingSection.cs (7)
85
BackupEndpointCollection
alternateEndpointListElement = routingSection.BackupLists[entry.BackupList];
213
[ConfigurationCollection(typeof(
BackupEndpointCollection
), AddItemName = ConfigurationStrings.BackupList)]
223
return ((
BackupEndpointCollection
)element).Name;
226
public void Add(
BackupEndpointCollection
element)
243
public void Remove(
BackupEndpointCollection
element)
255
new public
BackupEndpointCollection
this[string name]
259
return (
BackupEndpointCollection
)BaseGet(name);