This documentation is archived and is not being maintained.
HttpResponse.Write Method (Char[], Int32, Int32)
.NET Framework 1.1
Writes an array of characters to an HTTP output content stream.
[Visual Basic] Overloads Public Sub Write( _ ByVal buffer() As Char, _ ByVal index As Integer, _ ByVal count As Integer _ ) [C#] public void Write( char[] buffer, int index, int count ); [C++] public: void Write( __wchar_t buffer __gc[], int index, int count ); [JScript] public function Write( buffer : Char[], index : int, count : int );
Parameters
- buffer
- The character array to write.
- index
- The position in the character array where writing starts.
- count
- The number of characters to write, beginning at index.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpResponse Class | HttpResponse Members | System.Web Namespace | HttpResponse.Write Overload List
Show: