[To be supplied.]
[Visual Basic] 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[], int index, int count ); [JScript] public function WriteBytes( buffer : Byte[], index : int, count : int );
HttpWriter Class | HttpWriter Members | System.Web Namespace