HttpResponseBase.OutputStream Property

Definition

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

public:
 virtual property System::IO::Stream ^ OutputStream { System::IO::Stream ^ get(); };
public virtual System.IO.Stream OutputStream { get; }
member this.OutputStream : System.IO.Stream
Public Overridable ReadOnly Property OutputStream As Stream

Property Value

An object that represents the raw contents of the outgoing HTTP content body.

Exceptions

Applies to