LaunchDarkly Dotnet Server SDK
Search Results for

    Show / Hide Table of Contents

    Class WrapperInfoBuilder

    Contains methods for configuring wrapper information.

    If the WrapperBuilder is used, then it will replace the wrapper information from the HttpConfigurationBuilder.

    Additionally, any wrapper SDK may overwrite any application developer provided wrapper information.

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

    This builder is primarily intended for use by LaunchDarkly in developing wrapper SDKs.

    Constructors

    View Source

    WrapperInfoBuilder()

    Declaration
    public WrapperInfoBuilder()

    Methods

    | Edit this page View Source

    Build()

    Called internally by the SDK to create a configuration instance. Applications do not need to call this method.

    Declaration
    public WrapperInfo Build()
    Returns
    Type Description
    WrapperInfo

    the wrapper information

    | Edit this page View Source

    Name(string)

    Set the name of the wrapper.

    Declaration
    public WrapperInfoBuilder Name(string value)
    Parameters
    Type Name Description
    string value

    the name of the wrapper

    Returns
    Type Description
    WrapperInfoBuilder

    the builder

    | Edit this page View Source

    Version(string)

    Set the version of the wrapper.

    Declaration
    public WrapperInfoBuilder Version(string value)
    Parameters
    Type Name Description
    string value

    the version of the wrapper

    Returns
    Type Description
    WrapperInfoBuilder

    the builder

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX