25 references to Endpoints
ComSvcConfig (20)
EndpointConfigContainer.cs (19)
303foreach (ServiceEndpointElement ee in serviceElement.Endpoints) 314serviceElement.Endpoints.Remove(ee); 322serviceElement.Endpoints.Add(endpointElement); 374foreach (ServiceEndpointElement ee in el.Endpoints) 538foreach (ServiceEndpointElement ee in se.Endpoints) 589foreach (ServiceEndpointElement ee in el.Endpoints) 600el.Endpoints.Remove(elementEndpoint); 601if (el.Endpoints.Count == 1) 602if (el.Endpoints[0].Contract == ServiceMetadataBehavior.MexContractName) 603el.Endpoints.Remove(el.Endpoints[0]); // if Mex endpoint remove it. 604if (el.Endpoints.Count == 0) 644foreach (ServiceEndpointElement ee in serviceElement.Endpoints) 650serviceElement.Endpoints.Remove(ee); 653if (serviceElement.Endpoints.Count == 1) 654if (serviceElement.Endpoints[0].Contract == ServiceMetadataBehavior.MexContractName) 655serviceElement.Endpoints.Remove(serviceElement.Endpoints[0]); // if Mex endpoint remove it. 658if (serviceElement.Endpoints.Count == 0)
WasEndpointConfigContainer.cs (1)
338return se.Endpoints.Count;
System.ServiceModel (5)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (1)
90foreach (ServiceEndpointElement endpointElement in service.Endpoints)
System\ServiceModel\ComIntegration\ServiceInfo.cs (1)
181foreach (ServiceEndpointElement endpoint in service.Endpoints)
System\ServiceModel\Configuration\ServicesSection.cs (1)
56foreach (ServiceEndpointElement endpoint in service.Endpoints)
System\ServiceModel\Description\ConfigLoader.cs (1)
469foreach (ServiceEndpointElement endpointElement in serviceElement.Endpoints)
System\ServiceModel\Diagnostics\ServiceConfigurationTraceRecord.cs (1)
52foreach (ServiceEndpointElement serviceEndpoint in this.serviceElement.Endpoints)