DiscoveryProtocol Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an enumeration to specify the protocol to use for discovery of Windows Communication Foundation (WCF) services.
public enum class DiscoveryProtocol
public enum class DiscoveryProtocol
enum DiscoveryProtocol
public enum DiscoveryProtocol
type DiscoveryProtocol =
Public Enum DiscoveryProtocol
- Inheritance
-
DiscoveryProtocol
Fields
Name | Value | Description |
---|---|---|
DP_DiscoveryClientProtocol | 1 | Use the DiscoveryClientProtocol protocol. |
DP_MetadataExchangeProtocol | 2 | Use the IMetadataExchange protocol. |
DP_DiscoveryDataServiceProtocol | 3 |
Remarks
This enumeration supports the IDiscoverySession2 interface which extends the IDiscoverySession interface to support metadata exchange.