TraceUrlSettings Class [IIS 7 and higher]
Specifies tracing for specific types of requests.
Syntax
class TraceUrlSettings : EmbeddedObject
Methods
This class contains no methods.
Properties
The following table lists the properties exposed by the TraceUrlSettings class.
Name |
Description |
---|---|
TraceUrls |
An array of StringElement values that specify URLs to trace. |
Subclasses
This class contains no subclasses.
Remarks
Instances of this class are contained in the HttpTracing array property of the HttpTracingSection class.
This class is used for Event Tracing for Windows (ETW) request-based tracing.
Inheritance Hierarchy
TraceUrlSettings
Requirements
Type |
Description |
---|---|
Client |
Requires IIS 7 on Windows Vista. |
Server |
Requires IIS 7 on Windows Server 2008. |
Product |
IIS 7 |
MOF file |
WebAdministration.mof |
See Also
Reference
EmbeddedObject Class [IIS 7 and higher]