Interface IServiceDiscoveryMetadataProvider
Provides metadata required to respond to a service discovery request.
Namespace: Copper.Discovery.Common.Interface
Assembly: Copper.Discovery.Common.dll
Syntax
public interface IServiceDiscoveryMetadataProvider
Methods
View SourceRetrieve()
Retrieves the service discovery metadata.
Declaration
string Retrieve()
Returns
Type | Description |
---|---|
System.String | A System.String containing the service discovery metadata. |