LaunchDarkly Dotnet Server AI SDK
Search Results for

    Show / Hide Table of Contents

    Class LdClientContext

    Inheritance
    object
    LdClientContext
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LaunchDarkly.Sdk.Server.Subsystems
    Assembly: LaunchDarkly.ServerSdk.dll
    Syntax
    public sealed class LdClientContext

    Constructors

    LdClientContext(string)

    Declaration
    public LdClientContext(string sdkKey)
    Parameters
    Type Name Description
    string sdkKey

    LdClientContext(string, IDataSourceUpdates, IDataStoreUpdates, HttpConfiguration, Logger, bool, ServiceEndpoints)

    Declaration
    public LdClientContext(string sdkKey, IDataSourceUpdates dataSourceUpdates, IDataStoreUpdates dataStoreUpdates, HttpConfiguration http, Logger logger, bool offline, ServiceEndpoints serviceEndpoints)
    Parameters
    Type Name Description
    string sdkKey
    IDataSourceUpdates dataSourceUpdates
    IDataStoreUpdates dataStoreUpdates
    HttpConfiguration http
    Logger logger
    bool offline
    ServiceEndpoints serviceEndpoints

    Properties

    DataSourceUpdates

    Declaration
    public IDataSourceUpdates DataSourceUpdates { get; }
    Property Value
    Type Description
    IDataSourceUpdates

    DataStoreUpdates

    Declaration
    public IDataStoreUpdates DataStoreUpdates { get; }
    Property Value
    Type Description
    IDataStoreUpdates

    Http

    Declaration
    public HttpConfiguration Http { get; }
    Property Value
    Type Description
    HttpConfiguration

    Logger

    Declaration
    public Logger Logger { get; }
    Property Value
    Type Description
    Logger

    Offline

    Declaration
    public bool Offline { get; }
    Property Value
    Type Description
    bool

    SdkKey

    Declaration
    public string SdkKey { get; }
    Property Value
    Type Description
    string

    ServiceEndpoints

    Declaration
    public ServiceEndpoints ServiceEndpoints { get; }
    Property Value
    Type Description
    ServiceEndpoints
    In this article
    Back to top Generated by DocFX