HttpWriter Properties
.NET Framework 4.5
The HttpWriter type exposes the following members.
| Name | Description | |
|---|---|---|
|
Encoding | Gets an Encoding object for the TextWriter. (Overrides TextWriter.Encoding.) |
|
FormatProvider | Gets an object that controls formatting. (Inherited from TextWriter.) |
|
NewLine | Gets or sets the line terminator string used by the current TextWriter. (Inherited from TextWriter.) |
|
OutputStream | Gets a Stream object to enable HTTP output directly from the Stream. |