1 instantiation of AuthenticationRefreshTimerState
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
742var timerState = new AuthenticationRefreshTimerState(this, connectionState);
6 references to AuthenticationRefreshTimerState
Microsoft.AspNetCore.SignalR.Client.Core (6)
HubConnection.cs (6)
96private AuthenticationRefreshTimerState? _authRefreshTimerState; 742var timerState = new AuthenticationRefreshTimerState(this, connectionState); 746var timerState = (AuthenticationRefreshTimerState)state!; 762private async Task OnAuthenticationRefreshTimerFired(AuthenticationRefreshTimerState timerState) 783private bool TryClaimAuthenticationRefreshTimer(AuthenticationRefreshTimerState timerState, [NotNullWhen(true)] out Timer? timer)