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::Find Method

 

Returns the first service endpoint found that satisfies specific criteria from the collection of service endpoints.

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

NameDescription
System_CAPS_pubmethodFind(Type^)

Returns the first service endpoint found that satisfies the specified contract type from the collection of service endpoints.

System_CAPS_pubmethodFind(Type^, XmlQualifiedName^)

Returns a service endpoint of a specified contract type and with a specified binding name and namespace from the collection of service endpoints.

System_CAPS_pubmethodFind(Uri^)

Returns a service endpoint with a specified address from the collection of service endpoints.

System_CAPS_pubmethodFind(XmlQualifiedName^)

Returns a service endpoint with a specified namespace and contract name from the collection of service endpoints.

System_CAPS_pubmethodFind(XmlQualifiedName^, XmlQualifiedName^)

Returns the first service endpoint with the specified contract name and namespace and binding name and namespace from the collection of service endpoints.

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.

Return to top
Show:
© 2017 Microsoft