OutputCacheUtility.GetContentBuffers(HttpResponse) 方法

定义

获取响应内容缓冲区。Gets the response content buffers.

public:
 static System::Collections::ArrayList ^ GetContentBuffers(System::Web::HttpResponse ^ response);
public static System.Collections.ArrayList GetContentBuffers (System.Web.HttpResponse response);
static member GetContentBuffers : System.Web.HttpResponse -> System.Collections.ArrayList
Public Shared Function GetContentBuffers (response As HttpResponse) As ArrayList

参数

response
HttpResponse

响应。The response.

返回

ArrayList

缓冲区。The buffers.

适用于