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 (XmlQualifiedName^)

 

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

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

public:
Collection<ServiceEndpoint^>^ FindAll(
	XmlQualifiedName^ contractName
)

Parameters

contractName
Type: System.Xml::XmlQualifiedName^

The XmlQualifiedName for the service.

Return Value

Type: System.Collections.ObjectModel::Collection<ServiceEndpoint^>^

The Collection<T> of type ServiceEndpoint that contains service endpoints with the specified contract name and namespace or the empty collection if none is found.

Exception Condition
ArgumentNullException

contractName is null.

If you only need to find the first ServiceEndpoint that satisfies the specified criteria, use one of the Find methods instead.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft