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

System.Web.HttpResponse.BinaryWrite Method

Writes a byte buffer without encoding to the response stream.

public void BinaryWrite (byte[] buffer)

Parameters

buffer
A byte buffer to write back.

Remarks

The contents of this buffer are sent back to the client without being altered by the current encoding of the response.

Requirements

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