// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // ReSharper disable RedundantExtendsListEntry using System.Diagnostics.Tracing; namespace System.Net { [EventSource(Name = "Private.InternalDiagnostics.SpaceWizards.HttpListener", LocalizationResources = "FxResources.SpaceWizards.HttpListener.SR")] internal sealed partial class NetEventSource : EventSource { } }