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.

HttpWriter::WriteBytes Method (array<Byte>^, Int32, Int32)

 

Sends a stream of bytes with the specified starting position and number of bytes to the HTTP output stream.

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

public:
void WriteBytes(
	array<unsigned char>^ buffer,
	int index,
	int count
)

Parameters

buffer
Type: array<System::Byte>^

The memory buffer containing the bytes to send to the HTTP output stream.

index
Type: System::Int32

The buffer position of the first byte to send.

count
Type: System::Int32

The number of bytes to send, beginning at the byte position specified by index.

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