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[]

包含二進位資料的陣列。

例外狀況

適用於