HttpResponseWrapper::OutputStream Property

 

Provides binary output to the outgoing HTTP content body.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property Stream^ OutputStream {
	virtual Stream^ get() override;
}

Property Value

Type: System.IO::Stream^

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

.NET Framework
Available since 3.5
Return to top
Show: