# GoFeatureFlagClientSettings

- Kind: `class`
- Package: [CommunityToolkit.Aspire.GoFeatureFlag](/reference/api/csharp/communitytoolkit.aspire.gofeatureflag.md)
- Version: `13.4.0`
- Namespace: `CommunityToolkit.Aspire.GoFeatureFlag`
- Target framework: `net10.0`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.GoFeatureFlag/GoFeatureFlagClientSettings.cs)

Provides the client configuration settings for connecting to a GO Feature Flag server.

## Definition

```csharp
namespace CommunityToolkit.Aspire.GoFeatureFlag;

public sealed class GoFeatureFlagClientSettings
{
    // ...
}
```

## Constructors

- [GoFeatureFlagClientSettings](/reference/api/csharp/communitytoolkit.aspire.gofeatureflag/gofeatureflagclientsettings/constructors.md#constructor)

## Properties

- [DisableHealthChecks](/reference/api/csharp/communitytoolkit.aspire.gofeatureflag/gofeatureflagclientsettings/properties.md#disablehealthchecks) : `bool` `get; set` -- Gets or sets a boolean value that indicates whether the GO Feature Flag health check is disabled or not.
- [Endpoint](/reference/api/csharp/communitytoolkit.aspire.gofeatureflag/gofeatureflagclientsettings/properties.md#endpoint) : `Uri?` `get; set` -- The endpoint URI string of the GO Feature Flag server to connect to.
- [HealthCheckTimeout](/reference/api/csharp/communitytoolkit.aspire.gofeatureflag/gofeatureflagclientsettings/properties.md#healthchecktimeout) : `int?` `get; set` -- Gets or sets a integer value that indicates the GO Feature Flag health check timeout in milliseconds.
- [ProviderOptions](/reference/api/csharp/communitytoolkit.aspire.gofeatureflag/gofeatureflagclientsettings/properties.md#provideroptions) : `GOFeatureFlagProviderOptions` `get; set` -- Gets or sets the provider options that will be used to configure the GO Feature Flag client.
