Click or drag to resize

OperationManagerSetMaxConnectionsPerServer Method

Sets 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 void SetMaxConnectionsPerServer(
	int maxConnectionsPerServer
)

Parameters

maxConnectionsPerServer  Int32
The new maximum number of concurrent connections (per server endpoint) allowed by an HttpClient object.
Remarks
Sets the ServicePointManager.DefaultConnectionLimit
See Also