Name

HttpWriter

Synopsis

This is System.IO.TextWriter object that is used to write directly to an HTTP output stream. It is used transparently by the Write() method of the HttpResponse class.

Public NotInheritable Class HttpWriter : Inherits System.IO.TextWriter
' Public Instance Properties
   Overrides Public ReadOnly Property Encoding As Encoding  
   Public ReadOnly Property OutputStream As Stream  
' Public Instance Methods
   Overrides Public Sub Close() 
   Overrides Public Sub Flush() 
   Overrides Public Sub Write(ByVal ch As Char) 
   Overrides Public Sub Write(ByVal buffer As Char(), 
        ByVal index As Integer, ByVal count As Integer) 
   Overrides Public Sub Write(ByVal obj As Object) 
   Overrides Public Sub Write(ByVal s As String) 
   Public Sub WriteBytes(ByVal buffer As Byte(), 
        ByVal index As Integer, ByVal count As Integer) 
   Overrides Public Sub WriteLine() 
   Public Sub WriteString(ByVal s As String, 
        ByVal index As Integer, ByVal count As Integer) 
End Class

Hierarchy

System.ObjectSystem.MarshalByRefObjectSystem.IO.TextWriter(System.IDisposable) HttpWriter

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.