This documentation is archived and is not being maintained.

HttpResponse::Write Method

Writes information to an HTTP response output stream.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Write(Char) Writes a character to an HTTP response output stream.
Public method Write(Object) Writes an Object to an HTTP response stream.
Public method Write(String) Writes a string to an HTTP response output stream.
Public method Write(array<Char>, Int32, Int32) Writes an array of characters to an HTTP response output stream.
Top
Show: