Mono Class Library: System.Web.HttpResponse Overview | Members

System.Web.HttpResponse.Write Method

Writes an array of chars to the HTTP output stream.

public void Write (char[] buffer, int index, int count)

Parameters

buffer
The buffer to write from.
index
Index into the buffer to start writing from.
count
Number of bytes to write.

Remarks

This writes the specified number of bytes to the HTTP output stream. If either int arguments are negative or if the operation would overflow the buffer an exception is thrown.

Requirements

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