Click or drag to resize

IOddsFeedConfigurationBuilderSetUseSsl Method

Sets the value indicating whether a secure connection to the message broker should be used

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#
IOddsFeedConfigurationBuilder SetUseSsl(
	bool useSsl
)

Parameters

useSsl  Boolean
True if secure connection should be used; False otherwise.

Return Value

IOddsFeedConfigurationBuilder
The IOddsFeedConfigurationBuilder instance used to set additional values.
See Also