HttpRequest.BinaryRead Method (Int32)
.NET Framework (current version)
Performs a binary read of a specified number of bytes from the current input stream.
Assembly: System.Web (in System.Web.dll)
Parameters
- count
-
Type:
System.Int32
The number of bytes to read.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | count is 0. - or - count is greater than the number of bytes available. |
The BinaryRead method is provided for compatibility with ASP.
.NET Framework
Available since 1.1
Available since 1.1
Show: