ServiceEndpointCollection::FindAll Method (Type^)
.NET Framework (current version)
Returns a collection of all the service endpoints for a specified type of service.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- contractType
-
Type:
System::Type^
The Type of contract for the service endpoint.
Return Value
Type: System.Collections.ObjectModel::Collection<ServiceEndpoint^>^The Collection<T> of type ServiceEndpoint that contains service endpoints of the specified type or the empty collection if none is found.
| Exception | Condition |
|---|---|
| ArgumentNullException | contractType 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: