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.
DiscoveryEndpoint Constructor (DiscoveryVersion^, ServiceDiscoveryMode)
.NET Framework (current version)
Initializes a new instance of the DiscoveryEndpoint class with the specified discovery version and mode.
Assembly: System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)
public:
DiscoveryEndpoint(
DiscoveryVersion^ discoveryVersion,
ServiceDiscoveryMode discoveryMode
)
Parameters
- discoveryVersion
-
Type:
System.ServiceModel.Discovery::DiscoveryVersion^
An enumerated value representing one of the versions of the WS-Discovery protocols.
- discoveryMode
-
Type:
System.ServiceModel.Discovery::ServiceDiscoveryMode
An enumerated value representing one of the modes used to send discovery messages.
.NET Framework
Available since 4.0
Available since 4.0
Show: