8 instantiations of ServiceEndpointCollection
System.ServiceModel (8)
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
496return new ServiceEndpointCollection();
System\ServiceModel\Description\MetadataResolver.cs (1)
232ServiceEndpointCollection endpoints = new ServiceEndpointCollection();
System\ServiceModel\Description\ServiceDescription.cs (1)
23ServiceEndpointCollection endpoints = new ServiceEndpointCollection();
System\ServiceModel\Description\WsdlImporter.cs (5)
129ServiceEndpointCollection endpoints = new ServiceEndpointCollection(); 209ServiceEndpointCollection endpoints = new ServiceEndpointCollection(); 234ServiceEndpointCollection endpoints = new ServiceEndpointCollection(); 257ServiceEndpointCollection endpoints = new ServiceEndpointCollection(); 279ServiceEndpointCollection endpoints = new ServiceEndpointCollection();
33 references to ServiceEndpointCollection
System.ServiceModel (33)
System\ServiceModel\Administration\EndpointInfoCollection.cs (1)
15internal EndpointInfoCollection(ServiceEndpointCollection endpoints, string serviceName)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (2)
59public static void Trace(TraceEventType type, int traceCode, string description, ServiceInfo info, ServiceEndpointCollection endpointCollection) 349public static void Trace(TraceEventType type, int traceCode, string description, ServiceEndpointCollection serviceEndpointsRetrieved)
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (3)
330ServiceEndpointCollection serviceEndpointsRetrieved = null; 482ServiceEndpointCollection ImportWsdlPortType(XmlQualifiedName portTypeQName, WsdlImporter importer) 491ServiceEndpointCollection endpoints = importer.ImportEndpoints(wsdlPortType);
System\ServiceModel\Description\MetadataImporter.cs (1)
73public abstract ServiceEndpointCollection ImportAllEndpoints();
System\ServiceModel\Description\MetadataResolver.cs (12)
18public static ServiceEndpointCollection Resolve(Type contract, EndpointAddress address) 27public static ServiceEndpointCollection Resolve(IEnumerable<ContractDescription> contracts, EndpointAddress address) 31public static ServiceEndpointCollection Resolve(IEnumerable<ContractDescription> contracts, EndpointAddress address, MetadataExchangeClient client) 52public static ServiceEndpointCollection Resolve(Type contract, Uri address, MetadataExchangeClientMode mode) 61public static ServiceEndpointCollection Resolve(IEnumerable<ContractDescription> contracts, Uri address, MetadataExchangeClientMode mode) 65public static ServiceEndpointCollection Resolve(IEnumerable<ContractDescription> contracts, Uri address, MetadataExchangeClientMode mode, MetadataExchangeClient client) 152public static ServiceEndpointCollection EndResolve(IAsyncResult result) 161ServiceEndpointCollection endpointCollection; 223internal static ServiceEndpointCollection EndAsyncCall(IAsyncResult result) 230private static ServiceEndpointCollection ImportEndpoints(MetadataSet metadataSet, IEnumerable<ContractDescription> contracts, MetadataExchangeClient client) 232ServiceEndpointCollection endpoints = new ServiceEndpointCollection(); 246ServiceEndpointCollection contractEndpoints;
System\ServiceModel\Description\ServiceDescription.cs (2)
23ServiceEndpointCollection endpoints = new ServiceEndpointCollection(); 107public ServiceEndpointCollection Endpoints
System\ServiceModel\Description\WsdlImporter.cs (10)
123public override ServiceEndpointCollection ImportAllEndpoints() 129ServiceEndpointCollection endpoints = new ServiceEndpointCollection(); 196public ServiceEndpointCollection ImportEndpoints(WsdlNS.PortType wsdlPortType) 209ServiceEndpointCollection endpoints = new ServiceEndpointCollection(); 219internal ServiceEndpointCollection ImportEndpoints(ContractDescription contract) 234ServiceEndpointCollection endpoints = new ServiceEndpointCollection(); 244public ServiceEndpointCollection ImportEndpoints(WsdlNS.Binding wsdlBinding) 257ServiceEndpointCollection endpoints = new ServiceEndpointCollection(); 270public ServiceEndpointCollection ImportEndpoints(WsdlNS.Service wsdlService) 279ServiceEndpointCollection endpoints = new ServiceEndpointCollection();
System\ServiceModel\Security\WSSecurityPolicy.cs (2)
2877ServiceEndpointCollection federationEndpoints = null; 2983void AddCompatibleFederationEndpoints(ServiceEndpointCollection serviceEndpoints, IssuedSecurityTokenParameters parameters)