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