DiscoveryProtocol Enum

Definition

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

DP_DiscoveryClientProtocol 1

Use the DiscoveryClientProtocol protocol.

DP_DiscoveryDataServiceProtocol 3
DP_MetadataExchangeProtocol 2

Use the IMetadataExchange protocol.

Remarks

This enumeration supports the IDiscoverySession2 interface which extends the IDiscoverySession interface to support metadata exchange.

Applies to