Skip to main content
.NET Framework Class Library
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.

Overload List
 NameDescription
Public methodWrite(Char)Writes a character to an HTTP response output stream.
Public methodWrite(Object)Writes an Object to an HTTP response stream.
Public methodWrite(String)Writes a string to an HTTP response output stream.
Public methodWrite(array<Char>[]()[], Int32, Int32)Writes an array of characters to an HTTP response output stream.
Top