HttpRequest.BinaryRead(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在目前輸入資料流執行指定位元組數的二進位讀取。
public:
cli::array <System::Byte> ^ BinaryRead(int count);
public byte[] BinaryRead (int count);
member this.BinaryRead : int -> byte[]
Public Function BinaryRead (count As Integer) As Byte()
參數
- count
- Int32
要讀取的位元組數。
傳回
- Byte[]
位元組陣列。
例外狀況
備註
系統會 BinaryRead 提供 方法,以便與 ASP 相容。