asp.net.ph

Response.End Method

System.Web Namespace   HttpResponse Class


Sends all currently buffered output to the client, stops execution of the page, and raises the Application_EndRequest event.

[ VB ]
Public Sub End ( ) 

[ C# ]
public void End ( );

[ C++ ]
public: void End ( );

[ JScript ]
public function End ( );

Example

The following example simply closes a connection.

Response.End ( );
  C# VB

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