OutputCacheUtility.GetContentBuffers(HttpResponse) メソッド

定義

応答のコンテンツ バッファーを取得します。

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

応答。

戻り値

バッファー。

適用対象