Click or drag to resize

ICustomConfigurationBuilderSetMessagingPort Method

Sets the port used to connect to the AMQP 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 SetMessagingPort(
	int port
)

Parameters

port  Int32
The port used to connect to the AMQP server

Return Value

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