This documentation is archived and is not being maintained.
HttpWriter Class
.NET Framework 1.1
Provides a TextWriter object that is accessed through the intrinsic HttpResponse object.
For a list of all members of this type, see HttpWriter Members.
System.Object
System.MarshalByRefObject
System.IO.TextWriter
System.Web.HttpWriter
[Visual Basic] NotInheritable Public Class HttpWriter Inherits TextWriter [C#] public sealed class HttpWriter : TextWriter [C++] public __gc __sealed class HttpWriter : public TextWriter [JScript] public class HttpWriter extends TextWriter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The Write methods of the intrinsic HttpResponse object make internal calls to an HttpWriter object.
Requirements
Namespace: System.Web
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
Show: