System.Web.HttpWriter.WriteBytes Method

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

Syntax

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

Parameters

buffer
The memory buffer containing the bytes to send to the HTTP output stream.
index
The buffer position of the first byte to send.
count
The number of bytes to send, beginning at the byte position specified by index.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0