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