HttpRequestBase.BinaryRead(Int32) 方法

定义

在派生类中替代时,对当前输入流执行指定字节数的二进制读取。

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()

参数

count
Int32

要读取的字节数。

返回

Byte[]

包含二进制数据的数组。

例外

适用于