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^)
.NET Framework (current version)
Returns a collection of all the service endpoints for a specified service name.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
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
Available since 3.0
Show: