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