OutputCacheUtility::GetContentBuffers Method (HttpResponse^)

 

Gets the response content buffers.

Namespace:   System.Web.Caching
Assembly:  System.Web (in System.Web.dll)

public:
static ArrayList^ GetContentBuffers(
	HttpResponse^ response
)

Parameters

response
Type: System.Web::HttpResponse^

The response.

Return Value

Type: System.Collections::ArrayList^

The buffers.

.NET Framework
Available since 4.6.2
Return to top
Show: