TraceHandler Class
Provides a synchronous HTTP handler that processes requests for tracing information.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | TraceHandler() | Initializes a new instance of the TraceHandler class. |
| Name | Description | |
|---|---|---|
![]() | IsReusable | Gets a value indicating whether another request can use the TraceHandler instance. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ProcessRequest(HttpContext) | Processes an HTTP request. |
![]() | ShowDetails(DataSet) | Writes the details of the current system state and page information to the response stream. |
![]() | ShowRequests(IList) | Writes the details of recent HTTP request traffic to the response stream. |
![]() | ShowVersionDetails() | Writes the details of the current Common Language Runtime and ASP.NET build versions that the Web server is using. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IHttpHandler.ProcessRequest(HttpContext) | Processes an HTTP request. |
![]() ![]() | IHttpHandler.IsReusable | Gets a value indicating whether another request can use the TraceHandler instance. |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





