The BinaryWrite method writes the specified information to the current HTTP output without any character conversion. This method is useful for writing nonstring information such as binary data required by a custom application.
Response.BinaryWrite data
data
The data to write to the HTTP output.
If you have an object that generates an array of bytes, you can use the following call to BinaryWrite to send the bytes to a custom application.
<% set bg = Server.CreateObject(MY.BinaryGenerator)
pict = bg.MakePicture
Response.BinaryWrite pict %>
© Microsoft Corporation. All rights reserved.
file: /Techref/language/asp/obj/introbj_24.htm, 1KB, , updated: 1996/11/21 19:01, local time: 2025/5/4 12:42,
3.140.246.156:LOG IN
|
©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/techref/language/asp/obj/introbj_24.htm"> BinaryWrite</A> |
Did you find what you needed? |
![]() o List host: MIT, Site host massmind.org, Top posters @none found - Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
The Backwoods Guide to Computer Lingo |
.