1 write to RetryReason
Microsoft.AspNetCore.SignalR.Client.Core (1)
HubConnection.cs (1)
1929RetryReason = retryReason,
13 references to RetryReason
Microsoft.AspNetCore.SignalR.Client.Tests (13)
HubConnectionTests.Reconnect.cs (13)
160Assert.Same(firstException, retryContexts[0].RetryReason); 170Assert.Same(reconnectException, retryContexts[1].RetryReason); 257Assert.Same(firstException, retryContexts[0].RetryReason); 268Assert.Same(reconnectException, retryContexts[1].RetryReason); 434Assert.Same(firstException, retryContexts[0].RetryReason); 452Assert.Same(secondException, retryContexts[1].RetryReason); 540Assert.Equal(expectedMessage, retryContexts[0].RetryReason.Message); 801Assert.Same(firstException, retryContexts[0].RetryReason); 811Assert.Same(secondException, retryContexts[1].RetryReason); 908Assert.Same(firstException, retryContexts[0].RetryReason); 930Assert.IsType<HubException>(retryContexts[1].RetryReason); 1028Assert.Same(firstException, retryContexts[0].RetryReason); 1105Assert.Same(firstException, retryContexts[0].RetryReason);