DiscoveryProtocol 枚举

提供枚举指定协议。在 windows communication foundation (WCF) 服务中发现使用。

命名空间:  Microsoft.VisualStudio.WCFReference.Interop
程序集:  Microsoft.VisualStudio.WCFReference.Interop(在 Microsoft.VisualStudio.WCFReference.Interop.dll 中)

语法

声明
Public Enumeration DiscoveryProtocol
public enum DiscoveryProtocol
public enum class DiscoveryProtocol
type DiscoveryProtocol
public enum DiscoveryProtocol

成员

成员名称 说明
DP_DiscoveryClientProtocol 使用 DiscoveryClientProtocol 协议。
DP_DiscoveryDataServiceProtocol
DP_MetadataExchangeProtocol 使用 IMetadataExchange 协议。

备注

此枚举支持扩展 IDiscoverySession 接口支持元数据替换的 IDiscoverySession2 接口。

请参阅

参考

Microsoft.VisualStudio.WCFReference.Interop 命名空间