HttpRequest.BinaryRead(Int32) メソッド

定義

現在の入力ストリームから、指定したバイト数のバイナリ読み取りを実行します。

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

バイト配列。

例外

count は 0 です。

  • または -

count は使用可能なバイト数を超えています。

注釈

このメソッドは BinaryRead 、ASP との互換性のために提供されます。

適用対象