System.Web.HttpRequest.BinaryRead Method

Performs a binary read of a specified number of bytes from the current input stream.

Syntax

public byte[] BinaryRead (int count)

Parameters

count
The number of bytes to read.

Returns

A byte array.

Remarks

The HttpRequest.BinaryRead(int) method is provided for compatibility with ASP.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0