Skip to main content
Version: 5.7.0

SetAuthenticationPacketTimeout

Sets the authentication packet timeout which is tracked separately from all other packets. Note that authentication packets are never retried and so this value represents the total time a client would wait to receive a reply to an authentication API call.

By default this timeout is set to 15 seconds.

Method Parameters

ParameterDescription
timeoutSecsThe timeout in seconds.

Usage

http://localhost:3000
int timeoutInSeconds = 30;
_bc.SetAuthenticationPacketTimeout(timeoutInSeconds);