2 references to _maximumAuthenticationRefreshDelay
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (2)
729
if (refreshIn >
_maximumAuthenticationRefreshDelay
)
731
refreshIn =
_maximumAuthenticationRefreshDelay
;