This documentation is archived and is not being maintained.
HttpResponse::Write Method
Visual Studio 2010
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.
| Name | Description | |
|---|---|---|
|
Write(Char) | Writes a character to an HTTP response output stream. |
|
Write(Object) | Writes an Object to an HTTP response stream. |
|
Write(String) | Writes a string to an HTTP response output stream. |
|
Write(array<Char>, Int32, Int32) | Writes an array of characters to an HTTP response output stream. |
Show: