TraceCategories Class
Category names traced by the default CORS tracing implementation.
Namespace: System.Web.Http.Cors.Tracing
Assembly: System.Web.Http.Cors (in System.Web.Http.Cors.dll)
Inheritance Hierarchy
System.Object
System.Web.Http.Cors.Tracing.TraceCategories
Syntax
public static class TraceCategories
public ref class TraceCategories abstract sealed
[<AbstractClass>]
[<Sealed>]
type TraceCategories = class end
Public NotInheritable Class TraceCategories
Fields
Name | Description | |
---|---|---|
![]() ![]() |
CorsCategory | The trace category for CORS-related events. |
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
System.Web.Http.Cors.Tracing Namespace
Return to top