3 references to _defaultProtocols
Microsoft.AspNetCore.SignalR.Core (3)
HubOptionsSetup.cs (3)
39_defaultProtocols.Add(hubProtocol.Name); 68options.SupportedProtocols = new List<string>(_defaultProtocols.Count); 76foreach (var protocol in _defaultProtocols)