ConfigurationServiceEndpointProviderOptions Class

Definition

Options for Microsoft.Extensions.ServiceDiscovery.Configuration.ConfigurationServiceEndpointProvider.

public ref class ConfigurationServiceEndpointProviderOptions sealed
public sealed class ConfigurationServiceEndpointProviderOptions
type ConfigurationServiceEndpointProviderOptions = class
Public NotInheritable Class ConfigurationServiceEndpointProviderOptions
Inheritance
ConfigurationServiceEndpointProviderOptions

Constructors

Name Description
ConfigurationServiceEndpointProviderOptions()

Properties

Name Description
SectionName

Gets or sets the name of the configuration section that contains service endpoints.

ShouldApplyHostNameMetadata

Gets or sets a delegate used to determine whether to apply host name metadata to each resolved endpoint.

Applies to