Namespace LaunchDarkly.Sdk.Server
Classes
Components
Provides factories for the standard implementations of LaunchDarkly component interfaces.
Configuration
Configuration options for LdClient. This class should normally be constructed with Builder(string).
ConfigurationBuilder
A mutable object that uses the Builder pattern to specify properties for a Configuration object.
DataModel
Contains information about the internal data model for feature flags and user segments.
FeatureFlagsState
A snapshot of the state of all feature flags with regard to a specific user. See calling AllFlagsState(Context, params FlagsStateOption[]).
FeatureFlagsStateBuilder
A builder for constructing FeatureFlagsState instances.
FlagsStateOption
Optional parameters that can be passed to AllFlagsState(Context, params FlagsStateOption[]).
ILdClientExtensions
Convenience methods that extend the ILdClient interface.
LdClient
A client for the LaunchDarkly API. Client instances are thread-safe. Applications should instantiate a single LdClient for the lifetime of their application.