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 が使用可能なバイト数を超えています。

注釈

ASP との互換性のために、 BinaryRead メソッドが用意されています。

適用対象