DiscoveryProtocol Enumeration

Provides an enumeration to specify the protocol to use for discovery of Windows Communication Foundation (WCF) services.

Namespace:  Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

Syntax

'Declaration
Public Enumeration DiscoveryProtocol
public enum DiscoveryProtocol
public enum class DiscoveryProtocol
type DiscoveryProtocol
public enum DiscoveryProtocol

Members

Member name Description
DP_DiscoveryClientProtocol Use the DiscoveryClientProtocol protocol.
DP_MetadataExchangeProtocol Use the IMetadataExchange protocol.
DP_DiscoveryDataServiceProtocol

Remarks

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

See Also

Reference

Microsoft.VisualStudio.WCFReference.Interop Namespace