Click or drag to resize

SdkConfigurationDynamic Class

SDK configuration element where settings for the server-side configuration service are specified (mostly access parameters).
Inheritance Hierarchy
SystemObject
  System.ConfigurationConfigurationElement
    Sportradar.SDK.Services.SdkConfigurationSdkConfigurationDynamic

Namespace: Sportradar.SDK.Services.SdkConfiguration
Assembly: SdkConfiguration (in SdkConfiguration.dll) Version: 2.28.0.0
Syntax
C#
public class SdkConfigurationDynamic : ConfigurationElement

The SdkConfigurationDynamic type exposes the following members.

Properties
 NameDescription
Public propertyBookmakerId Bookmaker id
Public propertyCurrentConfigurationGets a reference to the top-level Configuration instance that represents the configuration hierarchy that the current ConfigurationElement instance belongs to.
(Inherited from ConfigurationElement)
Public propertyElementInformationGets an ElementInformation object that contains the non-customizable information and functionality of the ConfigurationElement object.
(Inherited from ConfigurationElement)
Public propertyHttpResponseTimeout Time to wait for the HTTP request to complete.
Public propertyHttpUrl HTTP URL can have {ID}, {NS} and {VER} placeholders, else id=.., ver=.. and ns=.. query parameters are appended to the URL Example: "http://localhost:8080/abc"
Public propertyIsInitialized Is section initialized?
Public propertyLockAllAttributesExceptGets the collection of locked attributes.
(Inherited from ConfigurationElement)
Public propertyLockAllElementsExceptGets the collection of locked elements.
(Inherited from ConfigurationElement)
Public propertyLockAttributesGets the collection of locked attributes
(Inherited from ConfigurationElement)
Public propertyLockElementsGets the collection of locked elements.
(Inherited from ConfigurationElement)
Public propertyLockItemGets or sets a value indicating whether the element is locked.
(Inherited from ConfigurationElement)
Public propertyMaxFetchInterval Max fetch interval
Public propertyMinFetchInterval Min fetch interval
Public propertySSLThumbprint Optional SSL server certificate thumbprint
Top
Methods
 NameDescription
Public methodEqualsCompares the current ConfigurationElement instance to the specified object.
(Inherited from ConfigurationElement)
Public methodGetHashCodeGets a unique value representing the current ConfigurationElement instance.
(Inherited from ConfigurationElement)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsReadOnly
(Overrides ConfigurationElementIsReadOnly)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also