TelemetryLogger.cs 185 B

123456789101112131415
  1. namespace System.Web
  2. {
  3. static class TelemetryLogger
  4. {
  5. public static void LogHttpHandler (Type type)
  6. {
  7. }
  8. public static void LogTargetFramework (Version version)
  9. {
  10. }
  11. }
  12. }