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