HttpWriter Members

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

The following tables list the members exposed by the HttpWriter type.

  Name Description
Protected field CoreNewLine  Stores the new line characters used for this TextWriter.(Inherited from TextWriter.)
Top

  Name Description
Public property Encoding Overridden. Gets an Encoding object for the TextWriter.
Public property FormatProvider  Gets an object that controls formatting.(Inherited from TextWriter.)
Public property NewLine  Gets or sets the line terminator string used by the current TextWriter.(Inherited from TextWriter.)
Public property OutputStream Gets a Stream object to enable HTTP output directly from the Stream.
Top

(see also Protected Methods )
  Name Description
Public method Close Overridden. Sends all buffered output to the HTTP output stream and closes the socket connection.
Public method CreateObjRef  Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
Public method Dispose  Overloaded. Releases all resources used by the TextWriter object. (Inherited from TextWriter.)
Public method Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method Flush Overridden. Sends all buffered output to the HTTP output stream.
Public method GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method GetLifetimeService  Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method InitializeLifetimeService  Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method Static Synchronized  Creates a thread-safe wrapper around the specified TextWriter. (Inherited from TextWriter.)
Public method ToString  Returns a String that represents the current Object. (Inherited from Object.)
Public method Write Overloaded. Sends HTTP output to the client.
Public method WriteBytes Sends a stream of bytes with the specified starting position and number of bytes to the HTTP output stream.
Public method WriteLine Overloaded. Overridden. Sends a carriage return + line feed (CRLF) pair of characters to the HTTP output stream.
Public method WriteString Sends a string with the specified starting position and number of characters to the HTTP output stream.
Top

  Name Description
Protected method Dispose  Overloaded. Releases all resources used by the TextWriter object. (Inherited from TextWriter.)
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected method MemberwiseClone  Overloaded. (Inherited from MarshalByRefObject.)
Top

Community Additions

ADD
Show: