Click or drag to resize

SdkConfigurationDynamicHttpUrl Property

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"

Namespace: Sportradar.SDK.Services.SdkConfiguration
Assembly: SdkConfiguration (in SdkConfiguration.dll) Version: 2.28.0.0
Syntax
C#
public string HttpUrl { get; }

Property Value

String
Remarks
ID means bookmaker ID, either common or local setting NS means namespace (usually: Sportradar.SDK, so config server can store configuration for multiple types of clients) VER means SDK (assembly) version
See Also