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