| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HttpWriter ClassProvides a TextWriter object that is accessed through the intrinsic HttpResponse object.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Visibility | Name | Parameters | Return Type |
|---|---|---|---|
| public | Close | ( ) | Void |
| public | Flush | ( ) | Void |
| public | Write | ( String s ) | Void |
| public | Write | ( Object obj ) | Void |
| public | Write | ( Char ch ) | Void |
| public | Write | ( Char buffer , Int32 index , Int32 count ) | Void |
| public | WriteBytes | ( Byte buffer , Int32 index , Int32 count ) | Void |
| public | WriteLine | ( ) | Void |
| public | WriteString | ( String s , Int32 index , Int32 count ) | Void |
The Write methods of the intrinsic HttpResponse object make internal calls to an HttpWriter object.
HttpWriter.propertyName = value; HttpWriter.methodName ( arguments ); | ||
| C# | VB | |
Type var = HttpWriter.propertyName; | ||
| C# | VB | |
Check out related books at Amazon
© 2000-2008 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 aspxtreme