9 instantiations of HubConnectionContextOptions
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
120var contextOptions = new HubConnectionContextOptions()
Microsoft.AspNetCore.SignalR.Microbenchmarks (4)
BroadcastBenchmark.cs (1)
46var contextOptions = new HubConnectionContextOptions()
DefaultHubDispatcherBenchmark.cs (1)
45var contextOptions = new HubConnectionContextOptions()
DefaultHubLifetimeManagerBenchmark.cs (1)
51var contextOptions = new HubConnectionContextOptions()
HubConnectionContextBenchmark.cs (1)
42var contextOptions = new HubConnectionContextOptions()
Microsoft.AspNetCore.SignalR.Specification.Tests (2)
src\SignalR\common\testassets\Tests.Utils\HubConnectionContextUtils.cs (2)
19var contextOptions = new HubConnectionContextOptions() 33var contextOptions = new HubConnectionContextOptions()
Microsoft.AspNetCore.SignalR.Tests.Utils (2)
HubConnectionContextUtils.cs (2)
19var contextOptions = new HubConnectionContextOptions() 33var contextOptions = new HubConnectionContextOptions()
14 references to HubConnectionContextOptions
Microsoft.AspNetCore.SignalR.Core (3)
HubConnectionContext.cs (2)
70public HubConnectionContext(ConnectionContext connectionContext, HubConnectionContextOptions contextOptions, ILoggerFactory loggerFactory) 719CloseException ??= new OperationCanceledException($"Client hasn't sent a message/ping within the configured {nameof(HubConnectionContextOptions.ClientTimeoutInterval)}.");
HubConnectionHandler.cs (1)
120var contextOptions = new HubConnectionContextOptions()
Microsoft.AspNetCore.SignalR.Microbenchmarks (5)
BroadcastBenchmark.cs (1)
46var contextOptions = new HubConnectionContextOptions()
DefaultHubDispatcherBenchmark.cs (2)
45var contextOptions = new HubConnectionContextOptions() 87public NoErrorHubConnectionContext(ConnectionContext connectionContext, HubConnectionContextOptions contextOptions, ILoggerFactory loggerFactory)
DefaultHubLifetimeManagerBenchmark.cs (1)
51var contextOptions = new HubConnectionContextOptions()
HubConnectionContextBenchmark.cs (1)
42var contextOptions = new HubConnectionContextOptions()
Microsoft.AspNetCore.SignalR.Specification.Tests (3)
src\SignalR\common\testassets\Tests.Utils\HubConnectionContextUtils.cs (3)
19var contextOptions = new HubConnectionContextOptions() 33var contextOptions = new HubConnectionContextOptions() 44public MockHubConnectionContext(ConnectionContext connectionContext, HubConnectionContextOptions contextOptions, ILoggerFactory loggerFactory)
Microsoft.AspNetCore.SignalR.Tests.Utils (3)
HubConnectionContextUtils.cs (3)
19var contextOptions = new HubConnectionContextOptions() 33var contextOptions = new HubConnectionContextOptions() 44public MockHubConnectionContext(ConnectionContext connectionContext, HubConnectionContextOptions contextOptions, ILoggerFactory loggerFactory)