June 2002
Intermediate to advanced
816 pages
28h 12m
English
HttpWriter
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
System.Object→System.MarshalByRefObject→System.IO.TextWriter(System.IDisposable)→ HttpWriter
Read now
Unlock full access