System.Web.HttpResponse.BinaryWrite Method

Writes a string of binary characters to the HTTP output stream.

Syntax

public void BinaryWrite (byte[] buffer)

Parameters

buffer
The bytes to write to the output stream.

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