Click or drag to resize

IEnvironmentSelectorV1SelectEnvironment Method

Returns a IConfigurationBuilder with properties set to values needed to access specified environment

Namespace: Sportradar.OddsFeed.SDK.API
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
IConfigurationBuilder SelectEnvironment(
	SdkEnvironment ufEnvironment
)

Parameters

ufEnvironment  SdkEnvironment
A SdkEnvironment specifying to which environment to connect

Return Value

IConfigurationBuilder
A IConfigurationBuilder with properties set to values needed to access production environment
Remarks
For accessing replay or custom server use SelectReplay or SelectCustom
See Also