Mono Class Library: System.Web.HttpResponse Overview | Members

System.Web.HttpResponse.Output Property

A System.IO.TextWriter to write the HTTP response.

public System.IO.TextWriter Output { get; }

Value

The textwriter.

Remarks

The text writer uses the encoding specified in the HttpResponse.ContentEncoding. This writer is TextWriter wrapper on top of the HttpResponse.OutputStream stream.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0