Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Syntax: ASP Request Object BinaryRead Method

variant = Request.BinaryRead(count)
Parameters: ASP Request Object BinaryRead Method

variant

An array of unsigned bytes returned by this method.

count

Before the read, the number of bytes to read from the client. After execution, the actual number of bytes successfully read from the client. The number of bytes that will be read is less than or equal to Request.TotalBytes.



ContentsPreviousNextIndex