summaryM:DotNetNuke.Services.OutputCache.OutputCacheResponseFilter.Read(System.Byte[],System.Int32,System.Int32)

Namespace: DotNetNuke.Services.OutputCache
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public override int Read(
	byte[] buffer,
	int offset,
	int count
)
Visual Basic
Public Overrides Function Read ( 
	buffer As Byte(),
	offset As Integer,
	count As Integer
) As Integer

Parameters

buffer
Type: array<System..::..Byte>[]()[][]
parambufferM:DotNetNuke.Services.OutputCache.OutputCacheResponseFilter.Read(System.Byte[],System.Int32,System.Int32)
offset
Type: System..::..Int32
paramoffsetM:DotNetNuke.Services.OutputCache.OutputCacheResponseFilter.Read(System.Byte[],System.Int32,System.Int32)
count
Type: System..::..Int32
paramcountM:DotNetNuke.Services.OutputCache.OutputCacheResponseFilter.Read(System.Byte[],System.Int32,System.Int32)

Return Value

returnsM:DotNetNuke.Services.OutputCache.OutputCacheResponseFilter.Read(System.Byte[],System.Int32,System.Int32)

See Also