Click or drag to resize

OperationManagerMaxConnectionsPerServer Property

Gets the maximum number of concurrent connections (per server endpoint) allowed by an HttpClient object.

Namespace: Sportradar.OddsFeed.SDK.Common
Assembly: Sportradar.OddsFeed.SDK.Common (in Sportradar.OddsFeed.SDK.Common.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public static int MaxConnectionsPerServer { get; }

Property Value

Int32
Remarks
At feed initialization sets the ServicePointManager.DefaultConnectionLimit
See Also