1 instantiation of ServiceEndpointElementCollection
ComSvcConfig (1)
EndpointConfigContainer.cs (1)
588
ServiceEndpointElementCollection endpointCollection = new
ServiceEndpointElementCollection
();
4 references to ServiceEndpointElementCollection
ComSvcConfig (1)
EndpointConfigContainer.cs (1)
588
ServiceEndpointElementCollection
endpointCollection = new ServiceEndpointElementCollection();
System.ServiceModel (3)
System\ServiceModel\Configuration\Properties.cs (1)
3144
properties.Add(new ConfigurationProperty("", typeof(System.ServiceModel.Configuration.
ServiceEndpointElementCollection
), null, null, null, System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection));
System\ServiceModel\Configuration\ServiceElement.cs (2)
41
public
ServiceEndpointElementCollection
Endpoints
43
get { return (
ServiceEndpointElementCollection
)base[ConfigurationStrings.DefaultCollectionName]; }