Click or drag to resize

ISdkConfiguration Interface

Defines a contract implemented by classes representing configuration

Namespace: Sportradar.MTS.SDK.Entities
Assembly: Sportradar.MTS.SDK (in Sportradar.MTS.SDK.dll) Version: 2.4.1.2

The ISdkConfiguration type exposes the following members.

Properties
 NameDescription
Public propertyAccessToken Gets the access token for the UF feed (only necessary if UF selections will be build)
Public propertyBookmakerId Gets the BookmakerId associated with the current configuration or 0 if none is provided
Public propertyChannel Gets the SenderChannel specifying the associated channel or a null reference if none is specified
Public propertyCurrency Gets the default currency associated with the current configuration or a null reference if none is provided
Public propertyExclusiveConsumer Should the rabbit consumer channel be exclusive
Public propertyHost Gets a value specifying the host name of the AMQP broker
Public propertyKeycloakHost Gets the Keycloak host for authorization
Public propertyKeycloakPassword Gets the password used to connect authenticate to Keycloak
Public propertyKeycloakSecret Gets the secret used to connect authenticate to Keycloak
Public propertyKeycloakUsername Gets the username used to connect authenticate to Keycloak
Public propertyLimitId Gets the channel identifier associated with the current configuration or 0 if none is provided
Public propertyMtsClientApiHost Gets the Client API host
Public propertyNodeId Gets a nodeId
Public propertyPassword Gets a password used when establishing connection to the AMQP broker
Public propertyPort Gets the port used to connect to AMQP broker
Public propertyProvideAdditionalMarketSpecifiers Gets a value indicating whether additional market specifiers should be added
Public propertySslServerName Gets the server name that will be used to check against SSL certificate
Public propertyStatisticsEnabled Gets a value indication whether statistics collection is enabled
Public propertyStatisticsRecordLimit Gets the limit of records for automatically writing statistics
Public propertyStatisticsTimeout Gets the timeout for automatically collecting statistics
Public propertyTicketCancellationResponseTimeout Gets the ticket cancellation response timeout(ms)
Public propertyTicketCashoutResponseTimeout Gets the ticket cashout response timeout(ms)
Public propertyTicketNonSrSettleResponseTimeout Gets the ticket non-sportradar settle response timeout(ms)
Public propertyTicketResponseTimeoutLive Gets the ticket response timeout(ms) for tickets using "live" selectionId
Public propertyTicketResponseTimeoutPrematch Gets the ticket response timeout(ms) for tickets using "prematch" selectionId
Public propertyUfEnvironment Gets the uf environment for the UF feed (only necessary if UF selections will be build)
Public propertyUsername Gets an username used when establishing connection to the AMQP broker
Public propertyUseSsl Gets a value specifying whether the connection to AMQP broker should use SSL encryption
Public propertyVirtualHost Gets a value specifying the virtual host name of the AMQP broker
Top
See Also