opentelemetry-dotnet-instru.../test/test-applications/integrations/TestApplication.Http/TestHub.cs

11 lines
180 B
C#

// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0
using Microsoft.AspNetCore.SignalR;
namespace TestApplication.Http;
public class TestHub : Hub
{
}