Click or drag to resize

ICustomConfigurationBuilderUseApiSsl Method

Sets the value specifying whether SSL should be used to communicate with Sports API

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#
ICustomConfigurationBuilder UseApiSsl(
	bool useApiSsl
)

Parameters

useApiSsl  Boolean
The value specifying whether SSL should be used to communicate with Sports API

Return Value

ICustomConfigurationBuilder
The ICustomConfigurationBuilder instance used to set custom config values
See Also