1 instantiation of EndpointInfoCollection
System.ServiceModel (1)
System\ServiceModel\Administration\ServiceInfo.cs (1)
28
this.endpoints = new
EndpointInfoCollection
(service.Description.Endpoints, this.ServiceName);
2 references to EndpointInfoCollection
System.ServiceModel (2)
System\ServiceModel\Administration\ServiceInfo.cs (2)
19
EndpointInfoCollection
endpoints;
103
public
EndpointInfoCollection
Endpoints