Click or drag to resize

ResponseOutputStream Property

Gets the object that enables binary output to the outgoing HTTP content body

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public Stream OutputStream { get; }

Property Value

Type: Stream

Implements

IResponseOutputStream
See Also