File: Protocol\HubMessage.cs | Web Access |
Project: src\src\SignalR\common\SignalR.Common\src\Microsoft.AspNetCore.SignalR.Common.csproj (Microsoft.AspNetCore.SignalR.Common) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.AspNetCore.SignalR.Protocol; /// <summary> /// A base class for hub messages. /// </summary> public abstract class HubMessage { } |