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