HttpResponseWrapper::BinaryWrite Method (array<Byte>^)

 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual void BinaryWrite(
	array<unsigned char>^ buffer
) override

Parameters

buffer
Type: array<System::Byte>^

The binary characters to write to the current response.

.NET Framework
Available since 3.5
Return to top
Show: