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

Namespace: CMS.AspNet.Platform.Routing
Assembly: CMS.AspNet.Platform (in CMS.AspNet.Platform.dll) Version: 13.0.131
Syntax
C#
public void WriteBytes(
	byte[] data
)

Parameters

data
Type: SystemByte
Data to write

Implements

IResponseDataSenderWriteBytes(Byte)
See Also