The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ServiceEndpointCollection::FindAll Method
.NET Framework (current version)
Returns a collection of all the service endpoints that satisfy specific criteria.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | FindAll(Type^) | Returns a collection of all the service endpoints for a specified type of service. |
![]() | FindAll(XmlQualifiedName^) | Returns a collection of all the service endpoints for a specified service name. |
If you only need to find the first ServiceEndpoint that satisfies the specified criteria, use one of the Find methods instead.
Show:
