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)

[GuidAttribute("182B5EB4-9A58-47B7-A3FE-AC7ED8B891FF")]
[InterfaceTypeAttribute(1)]
public interface IDiscoverySession2

NameDescription
System_CAPS_pubmethodDiscoverUrlAsyncWithMetadataExchange(String, DiscoverySessionProtocolPriority, Int32, String, IDiscoverUrlCallBack, Int32)

Returns the discovery result (IDiscoveryResult) interface for a Windows Communication Foundation (WCF) service asynchronously.

System_CAPS_pubmethodDiscoverUrlWithMetadataExchange(String, DiscoverySessionProtocolPriority, Int32, String, IDiscoveryResult)

Returns the discovery result (IDiscoveryResult) interface for a Windows Communication Foundation (WCF) service.

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.

Return to top
Show: