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

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

Syntax

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

Parameters

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

See Also