Click or drag to resize

AppConfigFactoryFromSection Method

Create a configuration factory that uses a certain section of the app.config file.

Namespace: Sportradar.SDK.Services.SdkConfiguration
Assembly: SdkConfiguration (in SdkConfiguration.dll) Version: 2.28.0.0
Syntax
C#
public static AppConfigFactory FromSection(
	string section_name = "Sdk"
)

Parameters

section_name  String  (Optional)
Name of the section.

Return Value

AppConfigFactory
The factory.
See Also