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 指定的字节位置开始发送的字节数。

适用于