Method HttpResponse():WriteBinary() Foundation
Write binary data directly to the response.
:WriteBinary(xData) --> self
SELF
A response created using the ::WriteBinary() method only consists of the headers plus the binary data passed in parameter <xData>. No other data is added to the response and no transformation is performed by :WriteBinary().
Output generated using :WriteBinary() is directly sent to the client, without any intermediate caching taking place.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.