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.
DiscoveryClientBindingElement Constructor (DiscoveryEndpointProvider^, FindCriteria^)
.NET Framework (current version)
Initializes a new instance of the DiscoveryClientBindingElement class with the specified endpoint provider and service finding criteria.
Assembly: System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)
public:
DiscoveryClientBindingElement(
DiscoveryEndpointProvider^ discoveryEndpointProvider,
FindCriteria^ findCriteria
)
Parameters
- discoveryEndpointProvider
-
Type:
System.ServiceModel.Discovery::DiscoveryEndpointProvider^
An object that gets a discovery endpoint.
- findCriteria
-
Type:
System.ServiceModel.Discovery::FindCriteria^
An object that contains the information required to search for a service provider.
.NET Framework
Available since 4.0
Available since 4.0
Show: