ResponseDataSenderWriteBytes Method |
Streams the byte array to the response.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public void WriteBytes(
byte[] data
)
Parameters
- data
- Type: SystemByte
Data to write
See Also