6 references to Endpoints
System.ServiceModel (4)
System\ServiceModel\Configuration\ClientSection.cs (1)
66foreach (ChannelEndpointElement endpoint in this.Endpoints)
System\ServiceModel\Description\ConfigLoader.cs (1)
1324foreach (ChannelEndpointElement channelElement in clientSection.Endpoints)
System\ServiceModel\Description\ConfigWriter.cs (1)
29this.channels = serviceModelSectionGroup.Client.Endpoints;
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
202foreach (ChannelEndpointElement endpoint in clientSection.Endpoints)
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\Configuration\ConfigurationUtility.cs (1)
59foreach (ChannelEndpointElement channelEndpointElement in clientSection.Endpoints)
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
238foreach (ChannelEndpointElement element in section.Endpoints)