Help > Web Development > Reference > Scripting Objects > Response Object > BinaryWrite Method

Response.BinaryWrite Method

BinaryWrite allows you to write binary information to the response without character conversion.

Syntax
Response.BinaryWrite(data)

Parameters
Data

byte array specifying the data to write.


Applies To
Response Object