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