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: