Last change
on this file was 377, checked in by alloc, 2 years ago |
Made SpaceWizards.HttpListener compilable against .NET 4.8 with preprocessor define UNITY_NETFRAMEWORK
|
File size:
471 bytes
|
Line | |
---|
1 | // Licensed to the .NET Foundation under one or more agreements.
|
---|
2 | // The .NET Foundation licenses this file to you under the MIT license.
|
---|
3 |
|
---|
4 | // ReSharper disable RedundantExtendsListEntry
|
---|
5 |
|
---|
6 | using System.Diagnostics.Tracing;
|
---|
7 |
|
---|
8 | namespace System.Net
|
---|
9 | {
|
---|
10 | [EventSource(Name = "Private.InternalDiagnostics.SpaceWizards.HttpListener", LocalizationResources = "FxResources.SpaceWizards.HttpListener.SR")]
|
---|
11 | internal sealed partial class NetEventSource : EventSource
|
---|
12 | {
|
---|
13 | }
|
---|
14 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.