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