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.
Inherited Members
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 SourceWrapperInfoBuilder()
Declaration
public WrapperInfoBuilder()
Methods
| Edit this page View SourceBuild()
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 |
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 |
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 |