ServiceEndpointCollection.Find Method (Type)
Returns the first service endpoint found that satisfies the specified contract type from the collection of service endpoints.
Namespace: System.ServiceModel.Description
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- contractType
- Type: System.Type
The Type of contract for the service endpoint.
Return Value
Type: System.ServiceModel.Description.ServiceEndpointThe first ServiceEndpoint of the specified contract type or null if none was found.
| Exception | Condition |
|---|---|
| ArgumentNullException | contractType is null. |
This Find(Type) overload is specific to the Windows Communication Foundation (WCF) programming model. It looks at the ContractType property for each endpoint. The ContractType may be null if the ContractDescription was not created from the WCF programming model (types with *Contract attributes).
There are potentially multiple endpoints that could satisfy the criteria. The method returns the first one encountered in the collection. If you need to find all of the ServiceEndpoint objects that satisfy the specified criteria, use one of the FindAll methods instead.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.