2 references to DefaultKeepAliveInterval
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (1)
250KeepAliveInterval = options?.Value.KeepAliveInterval ?? DefaultKeepAliveInterval;
HubConnectionOptions.cs (1)
25public TimeSpan KeepAliveInterval { get; set; } = HubConnection.DefaultKeepAliveInterval;