6 references to Endpoints
System.ServiceModel (6)
System\ServiceModel\Administration\ContractInstanceProvider.cs (1)
238foreach (EndpointInfo endpointInfo in info.Endpoints)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (2)
584foreach (EndpointInfo endpointInfo in info.Endpoints) 647foreach (EndpointInfo endpointInfo in info.Endpoints)
System\ServiceModel\Administration\ServiceEndpointAssociationProvider.cs (1)
21foreach (EndpointInfo endpointInfo in info.Endpoints)
System\ServiceModel\Administration\ServiceInfo.cs (2)
52else if (this.Endpoints.Count > 0) 54Uri addressUri = this.Endpoints[0].Address;