1 write to publishedEndpoints
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DefaultDiscoveryService.cs (1)
22
this.
publishedEndpoints
= discoveryServiceExtension.PublishedEndpoints;
6 references to publishedEndpoints
System.ServiceModel.Discovery (6)
System\ServiceModel\Discovery\DefaultDiscoveryService.cs (6)
54
for (int i = 0; i < this.
publishedEndpoints
.Count; i++)
56
if (this.
publishedEndpoints
[i].Address.Equals(criteria.Address))
58
return this.
publishedEndpoints
[i];
79
for (int i = 0; i < this.
publishedEndpoints
.Count; i++)
81
if (criteria.IsMatch(this.
publishedEndpoints
[i], compiledScopeCriterias))
83
findRequestContext.AddMatchingEndpoint(this.
publishedEndpoints
[i]);