Click or drag to resize

IOddsFeedConfigurationBuilderSetHost Method

Sets the URL of the messaging host

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 SetHost(
	string host
)

Parameters

host  String
The URL of the messaging host.

Return Value

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