HttpWriter.WriteBytes(Byte[], Int32, Int32) Method

Definition

Sends a stream of bytes with the specified starting position and number of bytes to the HTTP output stream.

C#
public void WriteBytes(byte[] buffer, int index, int count);

Parameters

buffer
Byte[]

The memory buffer containing the bytes to send to the HTTP output stream.

index
Int32

The buffer position of the first byte to send.

count
Int32

The number of bytes to send, beginning at the byte position specified by index.

Applies to

Proizvod Verzije
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1