HttpWriter::Write Method (Object^)

 

Sends an Object to the HTTP output stream.

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

public:
virtual void Write(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The Object to send to the HTTP output stream.

.NET Framework
Available since 1.1
Return to top
Show: