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

Ответ.

Возвращаемое значение

Буферы.

Применяется к