2 references to ProtocolName
Microsoft.AspNetCore.Components.Server (2)
BlazorPack\BlazorPackHubProtocol.cs (1)
24public string Name => ProtocolName;
DependencyInjection\ComponentServiceCollectionExtensions.cs (1)
54options.SupportedProtocols.Add(BlazorPackHubProtocol.ProtocolName);