5 references to HubConnectionOptions
Microsoft.AspNetCore.SignalR.Client.Core (4)
HubConnection.cs (2)
252
var options = serviceProvider.GetService<IOptions<
HubConnectionOptions
>>();
2172
_hubConnection._serviceProvider.GetService<IOptions<
HubConnectionOptions
>>()?.Value.StatefulReconnectBufferSize
HubConnectionBuilderExtensions.cs (2)
75
hubConnectionBuilder.Services.Configure<
HubConnectionOptions
>(o => o.ServerTimeout = timeout);
87
hubConnectionBuilder.Services.Configure<
HubConnectionOptions
>(o => o.KeepAliveInterval = interval);
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (1)
HubConnectionTests.cs (1)
2815
connectionBuilder.Services.Configure<
HubConnectionOptions
>(o => o.StatefulReconnectBufferSize = 500);