OutputCacheUtility.SetContentBuffers Method (HttpResponse, ArrayList)

 

Sets the content buffers.

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

Public Shared Sub SetContentBuffers (
	response As HttpResponse,
	buffers As ArrayList
)

Parameters

response
Type: System.Web.HttpResponse

The HTTP response.

buffers
Type: System.Collections.ArrayList

The buffers.

.NET Framework
Available since 4.6.2
Return to top
Show: