HttpWriter.WriteBytes(Byte[], Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以指定的起始位置和位元組數,傳送位元組的資料流至 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
所指定的位元組位置開始。