HttpRequestBase.BinaryRead(Int32) Method

Definition

When overridden in a derived class, performs a binary read of a specified number of bytes from the current input stream.

public:
 virtual cli::array <System::Byte> ^ BinaryRead(int count);
public virtual byte[] BinaryRead (int count);
abstract member BinaryRead : int -> byte[]
override this.BinaryRead : int -> byte[]
Public Overridable Function BinaryRead (count As Integer) As Byte()

Parameters

count
Int32

The number of bytes to read.

Returns

Byte[]

An array that contains the binary data.

Exceptions

Applies to