TraceHandler Class
Definition
Provides a synchronous HTTP handler that processes requests for tracing information.
public ref class TraceHandler : System::Web::IHttpHandler
public class TraceHandler : System.Web.IHttpHandler
type TraceHandler = class
interface IHttpHandler
Public Class TraceHandler
Implements IHttpHandler
- Inheritance
-
TraceHandler
- Implements
Constructors
TraceHandler() |
Initializes a new instance of the TraceHandler class. |
Properties
IsReusable |
Gets a value indicating whether another request can use the TraceHandler instance. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ProcessRequest(HttpContext) |
Processes an HTTP request. |
ShowDetails(DataSet) |
Writes the details of the current system state and page information to the response stream. |
ShowRequests(ArrayList) |
Writes the details of recent HTTP request traffic 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) |
Explicit Interface Implementations
IHttpHandler.IsReusable |
Gets a value indicating whether another request can use the TraceHandler instance. |
IHttpHandler.ProcessRequest(HttpContext) |
Processes an HTTP request. |