Click or drag to resize
AdvancedGetFileHandlerWriteBytes Method
Streams the byte array to the response.

Namespace: CMS.Routing.Web
Assembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 10.0.0
Syntax
C#
protected virtual void WriteBytes(
	byte[] data
)

Parameters

data
Type: SystemByte
Data to write
See Also