asp.net.ph

HttpResponse Constructor

System.Web Namespace   HttpResponse Class


Initializes a new instance of the HttpResponse class.

[ VB ]
Public Sub New ( _
   ByVal writer As TextWriter _
)

[ C# ]
public HttpResponse (
   TextWriter writer
);

[ C++ ]
public: HttpResponse (
   TextWriter* writer
);

[ JScript ]
public function HttpResponse (
   writer : TextWriter
);

Parameters

writer
A TextWriter object enabling custom HTTP output.
See Also

HttpResponse Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph