共用方式為


HttpWriter.WriteBytes(Byte[], Int32, Int32) 方法

定義

以指定的起始位置和位元組數,傳送位元組的資料流至 HTTP 輸出資料流。

public:
 void WriteBytes(cli::array <System::Byte> ^ buffer, int index, int count);
public void WriteBytes (byte[] buffer, int index, int count);
member this.WriteBytes : byte[] * int * int -> unit
Public Sub WriteBytes (buffer As Byte(), index As Integer, count As Integer)

參數

buffer
Byte[]

記憶體緩衝區,包含要傳送至 HTTP 輸出資料流的位元組。

index
Int32

要傳送的第一個位元組的緩衝區位置。

count
Int32

要傳送的位元組數,以 index 所指定的位元組位置開始。

適用於