Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpResponse::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:
void BinaryWrite(
	array<unsigned char>^ buffer
)

Parameters

buffer
Type: array<System::Byte>^

The bytes to write to the output stream.

The following example reads a text file into a buffer and writes the buffer to the HTTP output stream.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft