Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.