summaryM:DotNetNuke.Services.OutputCache.OutputCachingProvider.WriteStreamAsText(System.Web.HttpContext,System.IO.Stream,System.Int64,System.Int64)

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

Syntax

C#
protected void WriteStreamAsText(
	HttpContext context,
	Stream stream,
	long offset,
	long length
)
Visual Basic
Protected Sub WriteStreamAsText ( 
	context As HttpContext,
	stream As Stream,
	offset As Long,
	length As Long
)

Parameters

context
Type: System.Web..::..HttpContext
paramcontextM:DotNetNuke.Services.OutputCache.OutputCachingProvider.WriteStreamAsText(System.Web.HttpContext,System.IO.Stream,System.Int64,System.Int64)
stream
Type: System.IO..::..Stream
paramstreamM:DotNetNuke.Services.OutputCache.OutputCachingProvider.WriteStreamAsText(System.Web.HttpContext,System.IO.Stream,System.Int64,System.Int64)
offset
Type: System..::..Int64
paramoffsetM:DotNetNuke.Services.OutputCache.OutputCachingProvider.WriteStreamAsText(System.Web.HttpContext,System.IO.Stream,System.Int64,System.Int64)
length
Type: System..::..Int64
paramlengthM:DotNetNuke.Services.OutputCache.OutputCachingProvider.WriteStreamAsText(System.Web.HttpContext,System.IO.Stream,System.Int64,System.Int64)

See Also