Welcome to mirror list, hosted at ThFree Co, Russian Federation.

TraceSourceKind.cs « Diagnostics « ServiceModel « System « SMDiagnostics « referencesource « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 97ccaa01f27ede403bd8f953ce61828a7189a4ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation.  All rights reserved.
//------------------------------------------------------------

namespace System.ServiceModel.Diagnostics
{
    enum TraceSourceKind
    {
        DiagnosticTraceSource,
        PiiTraceSource
    }
}