4 instantiations of ServiceEndpointElement
ComSvcConfig (1)
EndpointConfigContainer.cs (1)
319ServiceEndpointElement endpointElement = new ServiceEndpointElement(endpointConfig.Address, endpointConfig.ContractType);
System.ServiceModel (1)
System\ServiceModel\Description\ConfigLoader.cs (1)
898ServiceEndpointElement serviceEndpointElementCopy = new ServiceEndpointElement();
System.ServiceModel.Web (2)
System\ServiceModel\Web\AutomaticEndpointGenerator.cs (1)
47ServiceEndpointElement serviceEndpointElement = new ServiceEndpointElement();
System\ServiceModel\Web\WebServiceHost.cs (1)
121ServiceEndpointElement serviceEndpointElement = new ServiceEndpointElement();
50 references to ServiceEndpointElement
ComSvcConfig (8)
EndpointConfigContainer.cs (8)
303foreach (ServiceEndpointElement ee in serviceElement.Endpoints) 319ServiceEndpointElement endpointElement = new ServiceEndpointElement(endpointConfig.Address, endpointConfig.ContractType); 374foreach (ServiceEndpointElement ee in el.Endpoints) 474protected bool IsMetaDataEndpoint(ServiceEndpointElement ee) 538foreach (ServiceEndpointElement ee in se.Endpoints) 589foreach (ServiceEndpointElement ee in el.Endpoints) 598foreach (ServiceEndpointElement elementEndpoint in endpointCollection) 644foreach (ServiceEndpointElement ee in serviceElement.Endpoints)
System.ServiceModel (22)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (1)
90foreach (ServiceEndpointElement endpointElement in service.Endpoints)
System\ServiceModel\ComIntegration\ServiceInfo.cs (2)
181foreach (ServiceEndpointElement endpoint in service.Endpoints) 352ServiceEndpointElement endpoint,
System\ServiceModel\Configuration\ServiceEndpointElement.cs (1)
24internal void Copy(ServiceEndpointElement source)
System\ServiceModel\Configuration\ServiceEndpointElementCollection.cs (4)
14[ConfigurationCollection(typeof(ServiceEndpointElement), AddItemName = ConfigurationStrings.Endpoint)] 15public sealed class ServiceEndpointElementCollection : ServiceModelEnhancedConfigurationElementCollection<ServiceEndpointElement> 33ServiceEndpointElement configElementKey = (ServiceEndpointElement)element;
System\ServiceModel\Configuration\ServiceMetadataEndpointElement.cs (2)
39protected override void OnInitializeAndValidate(ServiceEndpointElement serviceEndpointElement) 49protected override void OnApplyConfiguration(ServiceEndpoint endpoint, ServiceEndpointElement serviceEndpointElement)
System\ServiceModel\Configuration\ServicesSection.cs (1)
56foreach (ServiceEndpointElement endpoint in service.Endpoints)
System\ServiceModel\Configuration\StandardEndpointElement.cs (4)
61public void InitializeAndValidate(ServiceEndpointElement serviceEndpointElement) 106public void ApplyConfiguration(ServiceEndpoint endpoint, ServiceEndpointElement serviceEndpointElement) 159protected abstract void OnApplyConfiguration(ServiceEndpoint endpoint, ServiceEndpointElement serviceEndpointElement); 161protected abstract void OnInitializeAndValidate(ServiceEndpointElement serviceEndpointElement);
System\ServiceModel\Description\ConfigLoader.cs (6)
469foreach (ServiceEndpointElement endpointElement in serviceElement.Endpoints) 782internal ServiceEndpoint LookupEndpoint(ServiceEndpointElement serviceEndpointElement, ContextInformation context, 892void ConfigureEndpoint(StandardEndpointElement standardEndpointElement, ServiceEndpointElement serviceEndpointElement, 898ServiceEndpointElement serviceEndpointElementCopy = new ServiceEndpointElement(); 979internal static void ConfigureEndpointAddress(ServiceEndpointElement serviceEndpointElement, ServiceHostBase host, ServiceEndpoint endpoint) 990internal static void ConfigureEndpointListenUri(ServiceEndpointElement serviceEndpointElement, ServiceHostBase host, ServiceEndpoint endpoint)
System\ServiceModel\Diagnostics\ServiceConfigurationTraceRecord.cs (1)
52foreach (ServiceEndpointElement serviceEndpoint in this.serviceElement.Endpoints)
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Configuration\WorkflowControlEndpointElement.cs (2)
139protected override void OnApplyConfiguration(ServiceEndpoint endpoint, ServiceEndpointElement serviceEndpointElement) 144protected override void OnInitializeAndValidate(ServiceEndpointElement serviceEndpointElement)
System.ServiceModel.Discovery (11)
System\ServiceModel\Discovery\Configuration\AnnouncementEndpointElement.cs (2)
116protected override void OnInitializeAndValidate(ServiceEndpointElement serviceEndpointElement) 124protected override void OnApplyConfiguration(ServiceEndpoint endpoint, ServiceEndpointElement serviceEndpointElement)
System\ServiceModel\Discovery\Configuration\ConfigurationUtility.cs (1)
36internal static void InitializeAndValidateUdpServiceEndpointElement(ServiceEndpointElement serviceEndpointElement)
System\ServiceModel\Discovery\Configuration\DiscoveryEndpointElement.cs (2)
140protected override void OnInitializeAndValidate(ServiceEndpointElement serviceEndpointElement) 153protected override void OnApplyConfiguration(ServiceEndpoint endpoint, ServiceEndpointElement serviceEndpointElement)
System\ServiceModel\Discovery\Configuration\DynamicEndpointElement.cs (2)
85protected override void OnInitializeAndValidate(ServiceEndpointElement serviceEndpointElement) 92protected override void OnApplyConfiguration(ServiceEndpoint endpoint, ServiceEndpointElement serviceEndpointElement)
System\ServiceModel\Discovery\Configuration\UdpAnnouncementEndpointElement.cs (2)
140protected override void OnInitializeAndValidate(ServiceEndpointElement serviceEndpointElement) 147protected override void OnApplyConfiguration(ServiceEndpoint endpoint, ServiceEndpointElement serviceEndpointElement)
System\ServiceModel\Discovery\Configuration\UdpDiscoveryEndpointElement.cs (2)
166protected override void OnInitializeAndValidate(ServiceEndpointElement serviceEndpointElement) 173protected override void OnApplyConfiguration(ServiceEndpoint endpoint, ServiceEndpointElement serviceEndpointElement)
System.ServiceModel.Web (7)
System\ServiceModel\Configuration\WebHttpEndpointElement.cs (2)
191protected override void OnInitializeAndValidate(ServiceEndpointElement serviceEndpointElement) 203protected override void OnApplyConfiguration(ServiceEndpoint endpoint, ServiceEndpointElement serviceEndpointElement)
System\ServiceModel\Configuration\WebScriptEndpointElement.cs (2)
158protected override void OnInitializeAndValidate(ServiceEndpointElement serviceEndpointElement) 170protected override void OnApplyConfiguration(ServiceEndpoint endpoint, ServiceEndpointElement serviceEndpointElement)
System\ServiceModel\Web\AutomaticEndpointGenerator.cs (2)
47ServiceEndpointElement serviceEndpointElement = new ServiceEndpointElement(); 116private void SetBindingConfiguration(string uriScheme, ServiceEndpointElement serviceEndpointElement)
System\ServiceModel\Web\WebServiceHost.cs (1)
121ServiceEndpointElement serviceEndpointElement = new ServiceEndpointElement();