DnsServiceEndpointProviderOptions Class
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.
Options for configuring Microsoft.Extensions.ServiceDiscovery.Dns.DnsServiceEndpointProvider.
public class DnsServiceEndpointProviderOptions
type DnsServiceEndpointProviderOptions = class
Public Class DnsServiceEndpointProviderOptions
- Inheritance
-
DnsServiceEndpointProviderOptions
Constructors
DnsServiceEndpointProviderOptions() |
Properties
DefaultRefreshPeriod |
Gets or sets the default refresh period for endpoints resolved from DNS. |
MaxRetryPeriod |
Gets or sets the maximum period between retries. |
MinRetryPeriod |
Gets or sets the initial period between retries. |
RetryBackOffFactor |
Gets or sets the retry period growth factor. |
ShouldApplyHostNameMetadata |
Gets or sets a delegate used to determine whether to apply host name metadata to each resolved endpoint. Defaults to |