TraceHandler.ShowRequests 方法
定义
重载
| ShowRequests(ArrayList) |
向响应流写入最近的 HTTP 请求通信的详细信息。Writes the details of recent HTTP request traffic to the response stream. |
| ShowRequests(IList) |
向响应流写入最近的 HTTP 请求通信的详细信息。Writes the details of recent HTTP request traffic to the response stream. |
ShowRequests(ArrayList)
向响应流写入最近的 HTTP 请求通信的详细信息。Writes the details of recent HTTP request traffic to the response stream.
protected:
void ShowRequests(System::Collections::ArrayList ^ datasets);
protected void ShowRequests (System.Collections.ArrayList datasets);
member this.ShowRequests : System.Collections.ArrayList -> unit
Protected Sub ShowRequests (datasets As ArrayList)
参数
- datasets
- ArrayList
适用于
ShowRequests(IList)
向响应流写入最近的 HTTP 请求通信的详细信息。Writes the details of recent HTTP request traffic to the response stream.
protected:
void ShowRequests(System::Collections::IList ^ data);
protected void ShowRequests (System.Collections.IList data);
member this.ShowRequests : System.Collections.IList -> unit
Protected Sub ShowRequests (data As IList)
参数
- data
- IList
一组 DataSet 对象,表示服务器最近处理的 HTTP 请求。A set of DataSet objects that represent the recent HTTP requests the server has processed.
注解
ShowRequests方法将跟踪详细信息写入响应流,包括有关 ASP.NET 为站点处理的最近 HTTP 请求的信息。The ShowRequests method writes tracing details to the response stream, including information on the most recent HTTP requests that ASP.NET has processed for the site. 它由调用 ProcessRequest ,并且不能被重写。It is called by ProcessRequest, and cannot be overridden.