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)

public enum DiscoveryProtocol

Member nameDescription
DP_DiscoveryClientProtocol

Use the DiscoveryClientProtocol protocol.

DP_DiscoveryDataServiceProtocol

DP_MetadataExchangeProtocol

Use the IMetadataExchange protocol.

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

Return to top
Show: