1 write to EndpointConfiguration
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceEndpointElement.cs (1)
92this.EndpointConfiguration = source.EndpointConfiguration;
5 references to EndpointConfiguration
System.ServiceModel (5)
System\ServiceModel\Configuration\ServiceEndpointElement.cs (1)
92this.EndpointConfiguration = source.EndpointConfiguration;
System\ServiceModel\Configuration\ServiceEndpointElementCollection.cs (1)
47configElementKey.EndpointConfiguration);
System\ServiceModel\Configuration\ServicesSection.cs (2)
60if (!string.IsNullOrEmpty(endpoint.EndpointConfiguration)) 75StandardEndpointsSection.ValidateEndpointReference(endpoint.Kind, endpoint.EndpointConfiguration, context, endpoint);
System\ServiceModel\Description\ConfigLoader.cs (1)
788string endpointConfiguration = serviceEndpointElement.EndpointConfiguration ?? String.Empty;