IDiscoverySession2 Interface

Provides an interface for returning Windows Communication Foundation (WCF) metadata by using the metadata exchange protocol.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("182B5EB4-9A58-47B7-A3FE-AC7ED8B891FF")> _
Public Interface IDiscoverySession2
'Usage
Dim instance As IDiscoverySession2
[InterfaceTypeAttribute()]
[GuidAttribute("182B5EB4-9A58-47B7-A3FE-AC7ED8B891FF")]
public interface IDiscoverySession2
[InterfaceTypeAttribute()]
[GuidAttribute(L"182B5EB4-9A58-47B7-A3FE-AC7ED8B891FF")]
public interface class IDiscoverySession2
public interface IDiscoverySession2

Remarks

The IDiscoverySession2 interface extends the IDiscoverySession interface to support the newer metadata exchange protocol. It contains two methods, DiscoverUrlAsyncWithMetadataExchange and DiscoverUrlWithMetadataExchange which are the equivalent of the DiscoverUrlAsync and DiscoverUrl methods of IDiscoverySession.

See Also

Reference

IDiscoverySession2 Members

Microsoft.VisualStudio.WCFReference.Interop Namespace