Click or drag to resize

IOddsFeedConfigurationBuilder Interface

Note: This API is now obsolete.

Defines methods used to set optional properties on the configuration builder

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#
[ObsoleteAttribute("Use IConfigurationBuilder")]
public interface IOddsFeedConfigurationBuilder

The IOddsFeedConfigurationBuilder type exposes the following members.

Methods
 NameDescription
Public methodAddLocale Adds a provided CultureInfo into the list of default locales
Public methodBuild Builds and returns a IOddsFeedConfiguration instance
Public methodRemoveLocale Removes the specified CultureInfo from the list of default locales
Public methodSetApiHost Sets the URL of the API host
Public methodSetHost Sets the URL of the messaging host
Public methodSetHttpClientTimeout Sets the timeout for HTTP responses for this instance of the sdk
Public methodSetMaxRecoveryTime Sets the maximum time in seconds in which recovery must be completed (minimum 600 seconds)
Public methodSetNodeId Sets the node id for this instance of the sdk
Public methodSetRecoveryHttpClientTimeout Sets the timeout for recovery HTTP responses for this instance of the sdk
Public methodSetUseIntegrationEnvironment Sets a value indicating whether the SDK should connect to the integration environment
Public methodSetUseSsl Sets the value indicating whether a secure connection to the message broker should be used
Public methodSetUseStagingEnvironmentObsolete.
Sets a value indicating whether the SDK should connect to the integration environment
Public methodSetVirtualHost Sets the name of the virtual host configured on the messaging server.
Top
See Also