Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Returns a collection of all the service endpoints that satisfy specific criteria.

Namespace:   System.ServiceModel.Description
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

NameDescription
System_CAPS_pubmethodFindAll(Type^)

Returns a collection of all the service endpoints for a specified type of service.

System_CAPS_pubmethodFindAll(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.

Return to top
Show:
© 2017 Microsoft