asp.net.ph

HttpWriter.WriteBytes Method

System.Web Namespace   HttpWriter Class


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

[ VB ]
Public Sub WriteBytes ( _
   ByVal buffer ( ) As Byte, _
   ByVal index As Integer, _
   ByVal count As Integer _
)

[ C# ]
public void WriteBytes (
   byte [ ] buffer,
   int index,
   int count
);

[ C++ ]
public: void WriteBytes (
   unsigned char buffer __gc [ ],
   int index,
   int count
);

[ JScript ]
public function WriteBytes (
   buffer : Byte [ ],
   index : int,
   count : int
);

Parameters

buffer
The memory buffer containing the bytes to send to the HTTP output stream.
index
The buffer position of the first byte to send.
count
The number of bytes to send, beginning at the byte position specified by index.
See Also

HttpWriter Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph