15 lines
185 B
C#
Raw Normal View History

namespace System.Web
{
static class TelemetryLogger
{
public static void LogHttpHandler (Type type)
{
}
public static void LogTargetFramework (Version version)
{
}
}
}