HttpWriter.WriteBytes Method (Byte(), Int32, Int32)
.NET Framework (current version)
Sends a stream of bytes with the specified starting position and number of bytes to the HTTP output stream.
Assembly: System.Web (in System.Web.dll)
Parameters
- buffer
-
Type:
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
Available since 1.1
Show: