System.Web Namespace HttpResponse Class
Writes an array of characters to an HTTP output content stream.
[ VB ] 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 );
HttpResponse Members HttpResponse.Write Overload List
© 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