1 instantiation of HubConnectionContextOptions
Microsoft.AspNetCore.SignalR.Core (1)
HubConnectionHandler.cs (1)
121var contextOptions = new HubConnectionContextOptions()
3 references to HubConnectionContextOptions
Microsoft.AspNetCore.SignalR.Core (3)
HubConnectionContext.cs (2)
70public HubConnectionContext(ConnectionContext connectionContext, HubConnectionContextOptions contextOptions, ILoggerFactory loggerFactory) 756CloseException ??= new OperationCanceledException($"Client hasn't sent a message/ping within the configured {nameof(HubConnectionContextOptions.ClientTimeoutInterval)}.");
HubConnectionHandler.cs (1)
121var contextOptions = new HubConnectionContextOptions()