IDiscoveryClientResult Interface

Definition

A single result from a Web service discovery search. Member of a IDiscoveryClientResultCollection.

public interface class IDiscoveryClientResult
public interface class IDiscoveryClientResult
__interface IDiscoveryClientResult
[System.Runtime.InteropServices.Guid("FC5E8B09-FF17-4DA6-BA39-EB8DFC314BC1")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDiscoveryClientResult
[<System.Runtime.InteropServices.Guid("FC5E8B09-FF17-4DA6-BA39-EB8DFC314BC1")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDiscoveryClientResult = interface
Public Interface IDiscoveryClientResult
Attributes

Remarks

For more information about Web service discovery, see XML Web Service Discovery.

Methods

GetFileName(String)

Returns the filename of the discovery document.

GetReferenceTypeName(String)

Returns the type of a referenced document in a Web discovery document.

GetUrl(String)

Returns the URL of the referenced document in the discovery document.

Applies to