File: BlazorPack\BlazorPackHubProtocolTest.cs
Web Access
Project: src\src\Components\Server\test\Microsoft.AspNetCore.Components.Server.Tests.csproj (Microsoft.AspNetCore.Components.Server.Tests)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
using Microsoft.AspNetCore.SignalR.Common.Tests.Internal.Protocol;
using Microsoft.AspNetCore.SignalR.Protocol;
 
namespace Microsoft.AspNetCore.Components.Server.BlazorPack;
 
public class BlazorPackHubProtocolTest : MessagePackHubProtocolTestBase
{
    protected override IHubProtocol HubProtocol { get; } = new BlazorPackHubProtocol();
}