Click or drag to resize

ICustomConfigurationBuilderSetMessagingPassword Method

Sets the password used to authenticate with the messaging server

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 SetMessagingPassword(
	string password
)

Parameters

password  String
The password used to authenticate with the messaging server

Return Value

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