Click or drag to resize

LoginRateLimitingException Constructor

Initializes a new instance of the LoginRateLimitingException class

Namespace: Sportradar.SDK.Common.Exceptions
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public LoginRateLimitingException(
	TimeSpan wait_until,
	IProtocolRequest request
)

Parameters

wait_until  TimeSpan
Required time to wait in order to pass the rate limiter
request  IProtocolRequest
Login request message that was rejected during rate limiting
See Also