asp.net.ph

HttpWriter Class

System.Web Namespace


Provides a TextWriter object that is accessed through the intrinsic HttpResponse object.

HttpWriter Class Members

Collapse   Properties

Visibility Name Value Type Accessibility
public Encoding Encoding [ Get ]
public OutputStream Stream [ Get ]

Collapse   Methods

Visibility Name Parameters Return Type
public Close ( ) Void
public Flush ( ) Void
public Write ( String s ) Void
public Write ( Object obj ) Void
public Write ( Char buffer , Int32 index , Int32 count ) Void
public Write ( Char ch ) Void
public WriteBytes ( Byte buffer , Int32 index , Int32 count ) Void
public WriteLine ( ) Void
public WriteString ( String s , Int32 index , Int32 count ) Void

Remarks

The Write methods of the intrinsic HttpResponse object make internal calls to an HttpWriter object.

Syntax


To set a property or call a method:

HttpWriter.propertyName = value;
HttpWriter.methodName ( arguments );
  C# VB

To return the value of a property:

Type var = HttpWriter.propertyName;
  C# VB

Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 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