IDiscoveryClientResult Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |