3 instantiations of TestConnectionInherentKeepAliveFeature
Microsoft.AspNetCore.SignalR.Microbenchmarks (3)
HubConnectionReceiveBenchmark.cs (1)
81
connection.Features.Set<IConnectionInherentKeepAliveFeature>(new
TestConnectionInherentKeepAliveFeature
());
HubConnectionSendBenchmark.cs (1)
61
connection.Features.Set<IConnectionInherentKeepAliveFeature>(new
TestConnectionInherentKeepAliveFeature
());
HubConnectionStartBenchmark.cs (1)
47
connection.Features.Set<IConnectionInherentKeepAliveFeature>(new
TestConnectionInherentKeepAliveFeature
());