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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public void WriteBytes(
	byte[] data
)

Parameters

data
Type: SystemByte
Data to write
See Also