HttpConfigurationTracingExtensions Class

This static class contains helper methods related to the registration of ITraceWriter instances.

Inheritance Hierarchy

System.Object
  System.Web.Http.HttpConfigurationTracingExtensions

Namespace:  System.Web.Http
Assembly:  System.Web.Http.Tracing (in System.Web.Http.Tracing.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class HttpConfigurationTracingExtensions
'Usage
public static class HttpConfigurationTracingExtensions
[ExtensionAttribute]
public ref class HttpConfigurationTracingExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type HttpConfigurationTracingExtensions =  class end
public final class HttpConfigurationTracingExtensions

The HttpConfigurationTracingExtensions type exposes the following members.

Methods

  Name Description
Public methodStatic member EnableSystemDiagnosticsTracing Creates and registers an ITraceWriter implementation to use for this application.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Http Namespace