Platform SDK: IIS SDK |
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
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 objBinaryGen =index.html Server.CreateObject("MyComponents.BinaryGenerator")
vntPicture = objBinaryGen.MakePicture
Response.BinaryWrite vntPicture
%>
Note An ASP application uses internal server buffers
when writing data to the client, irrespective of the value of
Response.Buffer. As the application is writing data
synchronously, the data buffer can be reused when the
BinaryWrite function returns, while the server is writing the
data asynchronously to the client. The server, in turn, makes a
copy of the data into its internal buffers. As a result of this
buffering, the ASP application should not try to send unreasonable
amounts of data in a single BinaryWrite, but rather break it
into fragments so as to avoid running out of buffer space. Should
the buffer space be exceeded, ASP error 251, "response exceeds the
buffer limit," will be returned. While the default maximum buffer
size is 4MB, the server administrator may increase it.
Platforms: Windows 2000 with IIS 5.0 installed,
Windows XP with IIS 5.1 installed,
Windows Server 2003 family with IIS 6.0 installed
![]() |
What did you think of this topic? |
![]() |
Order a Platform SDK CD |
file: /Techref/language/asp/obj/ref_vbom_resombw.htm, 3KB, , updated: 2003/5/15 13:13, local time: 2025/2/7 00:08,
3.138.119.128: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://massmind.org/techref/language/asp/obj/ref_vbom_resombw.htm"> Response.BinaryWrite</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.