13 references to WithAutomaticReconnect
Microsoft.AspNetCore.SignalR.Client.Core (1)
IRetryPolicy.cs (1)
14
/// If passed to <see cref="HubConnectionBuilderExtensions.
WithAutomaticReconnect
(IHubConnectionBuilder, IRetryPolicy)"/>,
Microsoft.AspNetCore.SignalR.Client.Tests (12)
HubConnectionTests.Reconnect.cs (12)
122
builder.
WithAutomaticReconnect
(mockReconnectPolicy.Object);
223
builder.
WithAutomaticReconnect
(mockReconnectPolicy.Object);
318
builder.
WithAutomaticReconnect
(mockReconnectPolicy.Object);
398
builder.
WithAutomaticReconnect
(mockReconnectPolicy.Object);
496
builder.
WithAutomaticReconnect
(mockReconnectPolicy.Object);
584
builder.
WithAutomaticReconnect
(mockReconnectPolicy.Object);
634
builder.
WithAutomaticReconnect
(mockReconnectPolicy.Object);
689
builder.
WithAutomaticReconnect
(mockReconnectPolicy.Object);
759
builder.
WithAutomaticReconnect
(mockReconnectPolicy.Object);
866
builder.
WithAutomaticReconnect
(mockReconnectPolicy.Object);
992
builder.
WithAutomaticReconnect
(mockReconnectPolicy.Object);
1070
builder.
WithAutomaticReconnect
(mockReconnectPolicy.Object);