HttpRequestBase.BinaryRead(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當在派生類別中被覆寫時,會從當前輸入串流中執行指定數量的二進位讀取。
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[]
一個包含二進位資料的陣列。