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